Type: object

WritableManifest(metadata: dbt.contracts.graph.manifest.ManifestMetadata, nodes: Mapping[str, Union[dbt.contracts.graph.compiled.CompiledAnalysisNode, dbt.contracts.graph.compiled.CompiledSingularTestNode, dbt.contracts.graph.compiled.CompiledModelNode, dbt.contracts.graph.compiled.CompiledHookNode, dbt.contracts.graph.compiled.CompiledRPCNode, dbt.contracts.graph.compiled.CompiledSqlNode, dbt.contracts.graph.compiled.CompiledGenericTestNode, dbt.contracts.graph.compiled.CompiledSeedNode, dbt.contracts.graph.compiled.CompiledSnapshotNode, dbt.contracts.graph.parsed.ParsedAnalysisNode, dbt.contracts.graph.parsed.ParsedSingularTestNode, dbt.contracts.graph.parsed.ParsedHookNode, dbt.contracts.graph.parsed.ParsedModelNode, dbt.contracts.graph.parsed.ParsedRPCNode, dbt.contracts.graph.parsed.ParsedSqlNode, dbt.contracts.graph.parsed.ParsedGenericTestNode, dbt.contracts.graph.parsed.ParsedSeedNode, dbt.contracts.graph.parsed.ParsedSnapshotNode]], sources: Mapping[str, dbt.contracts.graph.parsed.ParsedSourceDefinition], macros: Mapping[str, dbt.contracts.graph.parsed.ParsedMacro], docs: Mapping[str, dbt.contracts.graph.parsed.ParsedDocumentation], exposures: Mapping[str, dbt.contracts.graph.parsed.ParsedExposure], metrics: Mapping[str, dbt.contracts.graph.parsed.ParsedMetric], selectors: Mapping[str, Any], disabled: Union[Mapping[str, List[Union[dbt.contracts.graph.compiled.CompiledAnalysisNode, dbt.contracts.graph.compiled.CompiledSingularTestNode, dbt.contracts.graph.compiled.CompiledModelNode, dbt.contracts.graph.compiled.CompiledHookNode, dbt.contracts.graph.compiled.CompiledRPCNode, dbt.contracts.graph.compiled.CompiledSqlNode, dbt.contracts.graph.compiled.CompiledGenericTestNode, dbt.contracts.graph.compiled.CompiledSeedNode, dbt.contracts.graph.compiled.CompiledSnapshotNode, dbt.contracts.graph.parsed.ParsedAnalysisNode, dbt.contracts.graph.parsed.ParsedSingularTestNode, dbt.contracts.graph.parsed.ParsedHookNode, dbt.contracts.graph.parsed.ParsedModelNode, dbt.contracts.graph.parsed.ParsedRPCNode, dbt.contracts.graph.parsed.ParsedSqlNode, dbt.contracts.graph.parsed.ParsedGenericTestNode, dbt.contracts.graph.parsed.ParsedSeedNode, dbt.contracts.graph.parsed.ParsedSnapshotNode, dbt.contracts.graph.parsed.ParsedSourceDefinition]]], NoneType], parentmap: Union[Dict[str, List[str]], NoneType], childmap: Union[Dict[str, List[str]], NoneType])

No Additional Properties

Type: object

Metadata about the manifest

No Additional Properties

Type: string Default: "https://schemas.getdbt.com/dbt/manifest/v4.json"

Type: string Default: "1.0.0rc2"

Type: string Default: "2021-11-30T01:35:47.307789Z"

Default: "66dd78f0-c79a-4b06-81b1-99794345df16"

Type: object Default: {}

Each additional property must conform to the following schema

Type: string


A unique identifier for the project

Type: string
Type: null


A unique identifier for the user

Type: string
Must match regular expression: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Type: null


Whether dbt is configured to send anonymous usage statistics


The type name of the adapter

Type: object

The nodes defined in the dbt project and its dependencies

Each additional property must conform to the following schema


Type: object

CompiledAnalysisNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "analysis"

Type: object

FileHash(name: str, checksum: str)

No Additional Properties

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Type: boolean Default: true

Type: object Default: {}

Type: string Default: "view"

Type: object Default: {}

Type: array Default: []

Each item of this array must be:

Type: object

Hook(sql: str, transaction: bool = True, index: Union[int, NoneType] = None)

No Additional Properties

Type: array Default: []

Each item of this array must be:

Type: object

Hook(sql: str, transaction: bool = True, index: Union[int, NoneType] = None)

Same definition as Hook

Type: object Default: {}

Type: object Default: {}

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.3118432

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

InjectedCTE(id: str, sql: str)

No Additional Properties

Type: object

CompiledSingularTestNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "test"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}

TestConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = 'dbttest_audit', database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'test', severity: dbt.contracts.graph.modelconfig.Severity = 'ERROR', storefailures: Union[bool, NoneType] = None, where: Union[str, NoneType] = None, limit: Union[int, NoneType] = None, failcalc: str = 'count(*)', warnif: str = '!= 0', errorif: str = '!= 0')

Type: boolean Default: true

Type: object Default: {}

Type: string Default: "test"

Type: string Default: "ERROR"
Must match regular expression: ^([Ww][Aa][Rr][Nn]|[Ee][Rr][Rr][Oo][Rr])$

Type: string Default: "count(*)"

Type: string Default: "!= 0"

Type: string Default: "!= 0"

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.314477

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledModelNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "model"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.315979

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledHookNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None, index: Union[int, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "operation"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.317642

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledRPCNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "rpc"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.319278

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledSqlNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "sql"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.321433

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledGenericTestNode(rawsql: str, testmetadata: dbt.contracts.graph.parsed.TestMetadata, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, _preinjectedsql: Union[str, NoneType] = None, columnname: Union[str, NoneType] = None, filekeyname: Union[str, NoneType] = None)

No Additional Properties

Type: object

TestMetadata(name: str, kwargs: Dict[str, Any] = , namespace: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "test"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}

TestConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = 'dbttest_audit', database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'test', severity: dbt.contracts.graph.modelconfig.Severity = 'ERROR', storefailures: Union[bool, NoneType] = None, where: Union[str, NoneType] = None, limit: Union[int, NoneType] = None, failcalc: str = 'count(*)', warnif: str = '!= 0', errorif: str = '!= 0')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.323731

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledSeedNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SeedConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "seed"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "quote_columns": null, "post-hook": [], "pre-hook": []}

SeedConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'seed', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore', quote_columns: Union[bool, NoneType] = None)

Type: boolean Default: true

Type: object Default: {}

Type: string Default: "seed"

Type: object Default: {}

Type: array Default: []

Each item of this array must be:

Type: object

Hook(sql: str, transaction: bool = True, index: Union[int, NoneType] = None)

Same definition as Hook

Type: array Default: []

Each item of this array must be:

Type: object

Hook(sql: str, transaction: bool = True, index: Union[int, NoneType] = None)

Same definition as Hook

Type: object Default: {}

Type: object Default: {}

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.326388

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

CompiledSnapshotNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "snapshot"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.328031

Type: object Default: {}

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

ParsedAnalysisNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "analysis"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.329485

Type: object Default: {}
Type: object

ParsedSingularTestNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "test"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}

TestConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = 'dbttest_audit', database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'test', severity: dbt.contracts.graph.modelconfig.Severity = 'ERROR', storefailures: Union[bool, NoneType] = None, where: Union[str, NoneType] = None, limit: Union[int, NoneType] = None, failcalc: str = 'count(*)', warnif: str = '!= 0', errorif: str = '!= 0')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.3306549

Type: object

ParsedHookNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = , index: Union[int, NoneType] = None)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "operation"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.332001

Type: object

ParsedModelNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "model"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.333348

Type: object

ParsedRPCNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "rpc"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.335125

Type: object

ParsedSqlNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "sql"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.336567

Type: object

ParsedGenericTestNode(rawsql: str, testmetadata: dbt.contracts.graph.parsed.TestMetadata, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , columnname: Union[str, NoneType] = None, filekey_name: Union[str, NoneType] = None)

No Additional Properties

Type: object

TestMetadata(name: str, kwargs: Dict[str, Any] = , namespace: Union[str, NoneType] = None)

Same definition as test_metadata

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "test"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}

TestConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = 'dbttest_audit', database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'test', severity: dbt.contracts.graph.modelconfig.Severity = 'ERROR', storefailures: Union[bool, NoneType] = None, where: Union[str, NoneType] = None, limit: Union[int, NoneType] = None, failcalc: str = 'count(*)', warnif: str = '!= 0', errorif: str = '!= 0')

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.3383949

Type: object

ParsedSeedNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SeedConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "seed"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object Default: {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "on_schema_change": "ignore", "quote_columns": null, "post-hook": [], "pre-hook": []}

SeedConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'seed', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore', quote_columns: Union[bool, NoneType] = None)

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.339838

Type: object

ParsedSnapshotNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SnapshotConfig, tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "snapshot"

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object

SnapshotConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Union[str, NoneType] = None, schema: Union[str, NoneType] = None, database: Union[str, NoneType] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'snapshot', persistdocs: Dict[str, Any] = , posthook: List[dbt.contracts.graph.modelconfig.Hook] = , prehook: List[dbt.contracts.graph.modelconfig.Hook] = , quoting: Dict[str, Any] = , columntypes: Dict[str, Any] = , fullrefresh: Union[bool, NoneType] = None, onschemachange: Union[str, NoneType] = 'ignore', strategy: Union[str, NoneType] = None, uniquekey: Union[str, NoneType] = None, targetschema: Union[str, NoneType] = None, targetdatabase: Union[str, NoneType] = None, updatedat: Union[str, NoneType] = None, check_cols: Union[str, List[str], NoneType] = None)

Type: boolean Default: true

Type: object Default: {}

Type: string Default: "snapshot"

Type: array Default: []

Each item of this array must be:

Type: object

Hook(sql: str, transaction: bool = True, index: Union[int, NoneType] = None)

Same definition as Hook

Type: array Default: []

Each item of this array must be:

Type: object

Hook(sql: str, transaction: bool = True, index: Union[int, NoneType] = None)

Same definition as Hook

Type: object Default: {}

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Same definition as ColumnInfo

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1638236147.3425322

Type: object

The sources defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

ParsedSourceDefinition(fqn: List[str], database: Union[str, NoneType], schema: str, uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, sourcename: str, sourcedescription: str, loader: str, identifier: str, resourcetype: dbt.nodetypes.NodeType, quoting: dbt.contracts.graph.unparsed.Quoting = , loadedatfield: Union[str, NoneType] = None, freshness: Union[dbt.contracts.graph.unparsed.FreshnessThreshold, NoneType] = None, external: Union[dbt.contracts.graph.unparsed.ExternalTable, NoneType] = None, description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , sourcemeta: Dict[str, Any] = , tags: List[str] = , config: dbt.contracts.graph.modelconfig.SourceConfig = , patchpath: Union[pathlib.Path, NoneType] = None, unrenderedconfig: Dict[str, Any] = , relationname: Union[str, NoneType] = None, created_at: float = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: string

Type: string

Type: enum (of string)

Must be one of:

  • "source"

Type: object Default: {"database": null, "schema": null, "identifier": null, "column": null}

Quoting(database: Union[bool, NoneType] = None, schema: Union[bool, NoneType] = None, identifier: Union[bool, NoneType] = None, column: Union[bool, NoneType] = None)

No Additional Properties


Type: object

FreshnessThreshold(warnafter: Union[dbt.contracts.graph.unparsed.Time, NoneType] = , errorafter: Union[dbt.contracts.graph.unparsed.Time, NoneType] = , filter: Union[str, NoneType] = None)

No Additional Properties

Default: {"count": null, "period": null}

Type: object

Time(count: Union[int, NoneType] = None, period: Union[dbt.contracts.graph.unparsed.TimePeriod, NoneType] = None)

Same definition as Time


Type: object

ExternalTable(extra: Dict[str, Any] = , location: Union[str, NoneType] = None, fileformat: Union[str, NoneType] = None, rowformat: Union[str, NoneType] = None, tblproperties: Union[str, NoneType] = None, partitions: Union[List[dbt.contracts.graph.unparsed.ExternalPartition], NoneType] = None)


Type: array

Each item of this array must be:

Type: object

ExternalPartition(extra: Dict[str, Any] = , name: str = '', description: str = '', datatype: str = '', meta: Dict[str, Any] = )

Additional Properties of any type are allowed.

Type: object

Additional Properties of any type are allowed.

Type: object

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

ColumnInfo(name: str, description: str = '', meta: Dict[str, Any] = , data_type: Union[str, NoneType] = None, quote: Union[bool, NoneType] = None, tags: List[str] = , _extra: Dict[str, Any] = )

Type: array of string Default: []

Each item of this array must be:

Additional Properties of any type are allowed.

Type: object

Type: object Default: {}

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

Type: object Default: {"enabled": true}

SourceConfig(_extra: Dict[str, Any] = , enabled: bool = True)

Type: boolean Default: true

Additional Properties of any type are allowed.

Type: object

Type: object Default: {}

Type: number Default: 1638236147.345053

Type: object

The macros defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

ParsedMacro(uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, macrosql: str, resourcetype: dbt.nodetypes.NodeType, tags: List[str] = , dependson: dbt.contracts.graph.parsed.MacroDependsOn = , description: str = '', meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, arguments: List[dbt.contracts.graph.unparsed.MacroArgument] = , created_at: float = )

No Additional Properties

Type: string

Type: string

Type: enum (of string)

Must be one of:

  • "macro"

Type: array of string Default: []

Each item of this array must be:

Type: object Default: {"macros": []}

MacroDependsOn(macros: List[str] = )

No Additional Properties

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Type: object Default: {"show": true}

Docs(show: bool = True)

No Additional Properties

Type: boolean Default: true

Type: array Default: []

Each item of this array must be:

Type: object

MacroArgument(name: str, type: Union[str, NoneType] = None, description: str = '')

No Additional Properties

Type: string Default: ""

Type: number Default: 1638236147.345993

Type: object

The docs defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

ParsedDocumentation(uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, blockcontents: str)

No Additional Properties

Type: string

Type: string

Type: object

The exposures defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

ParsedExposure(fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, type: dbt.contracts.graph.unparsed.ExposureType, owner: dbt.contracts.graph.unparsed.ExposureOwner, resourcetype: dbt.nodetypes.NodeType = , description: str = '', maturity: Union[dbt.contracts.graph.unparsed.MaturityType, NoneType] = None, meta: Dict[str, Any] = , tags: List[str] = , url: Union[str, NoneType] = None, dependson: dbt.contracts.graph.parsed.DependsOn = , refs: List[List[str]] = , sources: List[List[str]] = , created_at: float = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "dashboard"
  • "notebook"
  • "analysis"
  • "ml"
  • "application"

Type: object

ExposureOwner(email: str, name: Union[str, NoneType] = None)

No Additional Properties

Type: enum (of string) Default: "exposure"

Must be one of:

  • "model"
  • "analysis"
  • "test"
  • "snapshot"
  • "operation"
  • "seed"
  • "rpc"
  • "sql"
  • "docs"
  • "source"
  • "macro"
  • "exposure"
  • "metric"

Type: string Default: ""


Type: enum (of string)

Must be one of:

  • "low"
  • "medium"
  • "high"

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

No Additional Properties

Type: array of string Default: []

Each item of this array must be:

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: number Default: 1638236147.347234

Type: object

The metrics defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

ParsedMetric(fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, model: str, name: str, description: str, label: str, type: str, sql: Union[str, NoneType], timestamp: Union[str, NoneType], filters: List[dbt.contracts.graph.unparsed.MetricFilter], timegrains: List[str], dimensions: List[str], resourcetype: dbt.nodetypes.NodeType = , meta: Dict[str, Any] = , tags: List[str] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , refs: List[List[str]] = , createdat: float = )

No Additional Properties

Type: array of string

Each item of this array must be:

Type: string

Type: string

Type: string

Type: array

Each item of this array must be:

Type: object

MetricFilter(field: str, operator: str, value: str)

No Additional Properties

Type: array of string

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: enum (of string) Default: "metric"

Must be one of:

  • "model"
  • "analysis"
  • "test"
  • "snapshot"
  • "operation"
  • "seed"
  • "rpc"
  • "sql"
  • "docs"
  • "source"
  • "macro"
  • "exposure"
  • "metric"

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: object Default: {"macros": [], "nodes": []}

DependsOn(macros: List[str] = , nodes: List[str] = )

Same definition as depends_on

Type: array of array Default: []

Each item of this array must be:

Type: array of string

Each item of this array must be:

Type: number Default: 1638236147.348404

Type: object

The selectors defined in selectors.yml


A mapping of the disabled nodes in the target

Type: object

Each additional property must conform to the following schema

Type: array

Each item of this array must be:


Type: object

CompiledAnalysisNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledAnalysisNode
Type: object

CompiledSingularTestNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledSingularTestNode
Type: object

CompiledModelNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledModelNode
Type: object

CompiledHookNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None, index: Union[int, NoneType] = None)

Same definition as CompiledHookNode
Type: object

CompiledRPCNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledRPCNode
Type: object

CompiledSqlNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledSqlNode
Type: object

CompiledGenericTestNode(rawsql: str, testmetadata: dbt.contracts.graph.parsed.TestMetadata, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, _preinjectedsql: Union[str, NoneType] = None, columnname: Union[str, NoneType] = None, filekeyname: Union[str, NoneType] = None)

Same definition as CompiledGenericTestNode
Type: object

CompiledSeedNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SeedConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledSeedNode
Type: object

CompiledSnapshotNode(rawsql: str, compiled: bool, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , compiledsql: Union[str, NoneType] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.compiled.InjectedCTE] = , relationname: Union[str, NoneType] = None, preinjected_sql: Union[str, NoneType] = None)

Same definition as CompiledSnapshotNode
Type: object

ParsedAnalysisNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedAnalysisNode
Type: object

ParsedSingularTestNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedSingularTestNode
Type: object

ParsedHookNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = , index: Union[int, NoneType] = None)

Same definition as ParsedHookNode
Type: object

ParsedModelNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedModelNode
Type: object

ParsedRPCNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedRPCNode
Type: object

ParsedSqlNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedSqlNode
Type: object

ParsedGenericTestNode(rawsql: str, testmetadata: dbt.contracts.graph.parsed.TestMetadata, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , columnname: Union[str, NoneType] = None, filekey_name: Union[str, NoneType] = None)

Same definition as ParsedGenericTestNode
Type: object

ParsedSeedNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SeedConfig = , tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedSeedNode
Type: object

ParsedSnapshotNode(rawsql: str, database: Union[str, NoneType], schema: str, fqn: List[str], uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, resourcetype: dbt.nodetypes.NodeType, alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SnapshotConfig, tags: List[str] = , refs: List[List[str]] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.parsed.DependsOn = , description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Union[str, NoneType] = None, compiledpath: Union[str, NoneType] = None, buildpath: Union[str, NoneType] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcall_dict: Dict[str, Any] = )

Same definition as ParsedSnapshotNode
Type: object

ParsedSourceDefinition(fqn: List[str], database: Union[str, NoneType], schema: str, uniqueid: str, packagename: str, rootpath: str, path: str, originalfilepath: str, name: str, sourcename: str, sourcedescription: str, loader: str, identifier: str, resourcetype: dbt.nodetypes.NodeType, quoting: dbt.contracts.graph.unparsed.Quoting = , loadedatfield: Union[str, NoneType] = None, freshness: Union[dbt.contracts.graph.unparsed.FreshnessThreshold, NoneType] = None, external: Union[dbt.contracts.graph.unparsed.ExternalTable, NoneType] = None, description: str = '', columns: Dict[str, dbt.contracts.graph.parsed.ColumnInfo] = , meta: Dict[str, Any] = , sourcemeta: Dict[str, Any] = , tags: List[str] = , config: dbt.contracts.graph.modelconfig.SourceConfig = , patchpath: Union[pathlib.Path, NoneType] = None, unrenderedconfig: Dict[str, Any] = , relationname: Union[str, NoneType] = None, created_at: float = )

Same definition as ParsedSourceDefinition
Type: null


A mapping fromĀ child nodes to their dependencies

Type: object

Each additional property must conform to the following schema

Type: array of string

Each item of this array must be:

Type: null


A mapping from parent nodes to their dependents

Type: object

Each additional property must conform to the following schema

Type: array of string

Each item of this array must be:

Type: null