class documentation

class UnityCatalogSchema: (source)

View In Hierarchy

Undocumented

Method feature_table Undocumented
Async Method list_tables Undocumented
Method table Undocumented
Class Variable catalog Undocumented
Class Variable config Undocumented
Class Variable schema Undocumented
def feature_table(self, table: str | ConfigValue) -> UCFeatureTableSource: (source)

Undocumented

async def list_tables(self) -> list[str]: (source)

Undocumented

def table(self, table: str | ConfigValue) -> UCTableSource: (source)

Undocumented

Undocumented

Undocumented