Type: object

CatalogResults(nodes: Dict[str, dbt.contracts.results.CatalogTable], sources: Dict[str, dbt.contracts.results.CatalogTable], generatedat: datetime.datetime, errors: Union[List[str], NoneType], _compileresults: Union[Any, NoneType] = None)

No Additional Properties

Type: object

Each additional property must conform to the following schema

Type: object

CatalogTable(metadata: dbt.contracts.results.TableMetadata, columns: Dict[str, dbt.contracts.results.ColumnMetadata], stats: Dict[str, dbt.contracts.results.StatsItem], unique_id: Union[str, NoneType] = None)

No Additional Properties

Type: object

TableMetadata(type: str, database: Union[str, NoneType], schema: str, name: str, comment: Union[str, NoneType], owner: Union[str, NoneType])

No Additional Properties

Type: object

Each additional property must conform to the following schema

Type: object

ColumnMetadata(type: str, comment: Union[str, NoneType], index: int, name: str)

No Additional Properties

Type: object

Each additional property must conform to the following schema

Type: object

StatsItem(id: str, label: str, value: Union[bool, str, float, NoneType], description: Union[str, NoneType], include: bool)

No Additional Properties

Type: object

Each additional property must conform to the following schema

Type: object

CatalogTable(metadata: dbt.contracts.results.TableMetadata, columns: Dict[str, dbt.contracts.results.ColumnMetadata], stats: Dict[str, dbt.contracts.results.StatsItem], unique_id: Union[str, NoneType] = None)

Same definition as CatalogTable

Type: string


Type: array of string

Each item of this array must be:

Type: string
Type: null