Type: object

WritableManifest(metadata: dbt.contracts.graph.manifest.ManifestMetadata, nodes: Mapping[str, Union[dbt.contracts.graph.nodes.AnalysisNode, dbt.contracts.graph.nodes.SingularTestNode, dbt.contracts.graph.nodes.HookNode, dbt.contracts.graph.nodes.ModelNode, dbt.contracts.graph.nodes.RPCNode, dbt.contracts.graph.nodes.SqlNode, dbt.contracts.graph.nodes.GenericTestNode, dbt.contracts.graph.nodes.SnapshotNode, dbt.contracts.graph.nodes.SeedNode]], sources: Mapping[str, dbt.contracts.graph.nodes.SourceDefinition], macros: Mapping[str, dbt.contracts.graph.nodes.Macro], docs: Mapping[str, dbt.contracts.graph.nodes.Documentation], exposures: Mapping[str, dbt.contracts.graph.nodes.Exposure], metrics: Mapping[str, dbt.contracts.graph.nodes.Metric], selectors: Mapping[str, Any], disabled: Optional[Mapping[str, List[Union[dbt.contracts.graph.nodes.AnalysisNode, dbt.contracts.graph.nodes.SingularTestNode, dbt.contracts.graph.nodes.HookNode, dbt.contracts.graph.nodes.ModelNode, dbt.contracts.graph.nodes.RPCNode, dbt.contracts.graph.nodes.SqlNode, dbt.contracts.graph.nodes.GenericTestNode, dbt.contracts.graph.nodes.SnapshotNode, dbt.contracts.graph.nodes.SeedNode, dbt.contracts.graph.nodes.SourceDefinition]]]], parentmap: Optional[Dict[str, List[str]]], childmap: Optional[Dict[str, List[str]]])

No Additional Properties

Type: object

Metadata about the manifest

No Additional Properties

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

Type: string Default: "1.4.1"

Type: stringFormat: date-time Default: "2023-02-09T10:04:47.350768Z"

Default: "f795bc66-f417-4007-af6e-f2e513d33790"

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

AnalysisNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

No Additional Properties

Type: enum (of string)

Must be one of:

  • "analysis"

Type: array of string

Each item of this array must be:

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", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Union[str, List[str], NoneType] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = )

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: array Default: []

Each item of this array must be:

Type: object

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

Same definition as nodes_additionalProperties_oneOf_i0_config_post-hook_items

Type: object Default: {}

Type: object Default: {}

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

No Additional Properties

Type: boolean Default: true

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

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: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.353436

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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] = )

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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

Used in CompiledNodes as part of ephemeral model processing

No Additional Properties
Type: object

SingularTestNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

No Additional Properties

Type: enum (of string)

Must be one of:

  • "test"

Type: array of string

Each item of this array must be:

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: Optional[str] = None, schema: Optional[str] = 'dbttest_audit', database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'test', severity: dbt.contracts.graph.modelconfig.Severity = 'ERROR', storefailures: Optional[bool] = None, where: Optional[str] = None, limit: Optional[int] = 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: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.355371

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

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

No Additional Properties

Type: enum (of string)

Must be one of:

  • "operation"

Type: array of string

Each item of this array must be:

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", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Union[str, List[str], NoneType] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = )

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.356482

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

ModelNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

No Additional Properties

Type: enum (of string)

Must be one of:

  • "model"

Type: array of string

Each item of this array must be:

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", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Union[str, List[str], NoneType] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = )

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.357701

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

RPCNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

No Additional Properties

Type: enum (of string)

Must be one of:

  • "rpc"

Type: array of string

Each item of this array must be:

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", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Union[str, List[str], NoneType] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = )

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.358761

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

SqlNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

No Additional Properties

Type: enum (of string)

Must be one of:

  • "sql operation"

Type: array of string

Each item of this array must be:

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", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "post-hook": [], "pre-hook": []}

NodeConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'view', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Union[str, List[str], NoneType] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = )

Same definition as config

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.359803

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

GenericTestNode(testmetadata: dbt.contracts.graph.nodes.TestMetadata, database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjectedsql: Optional[str] = None, columnname: Optional[str] = None, filekeyname: Optional[str] = None)

No Additional Properties

Type: object

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

No Additional Properties

Type: enum (of string)

Must be one of:

  • "test"

Type: array of string

Each item of this array must be:

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: Optional[str] = None, schema: Optional[str] = 'dbttest_audit', database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'test', severity: dbt.contracts.graph.modelconfig.Severity = 'ERROR', storefailures: Optional[bool] = None, where: Optional[str] = None, limit: Optional[int] = 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: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.361009

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

SnapshotNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SnapshotConfig, _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

No Additional Properties

Type: enum (of string)

Must be one of:

  • "snapshot"

Type: array of string

Each item of this array must be:

Type: object

FileHash(name: str, checksum: str)

Same definition as checksum

Type: object

SnapshotConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'snapshot', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Optional[str] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = , strategy: Optional[str] = None, targetschema: Optional[str] = None, targetdatabase: Optional[str] = None, updatedat: Optional[str] = None, checkcols: Union[str, List[str], NoneType] = None)

Type: boolean Default: true

Type: object Default: {}

Type: string Default: "snapshot"

Type: object Default: {}

Type: array Default: []

Each item of this array must be:

Type: object

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

Same definition as nodes_additionalProperties_oneOf_i0_config_post-hook_items

Type: array Default: []

Each item of this array must be:

Type: object

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

Same definition as nodes_additionalProperties_oneOf_i0_config_post-hook_items

Type: object Default: {}

Type: object Default: {}

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.364386

Type: object Default: {}

Type: string Default: ""

Type: string Default: "sql"

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: 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: boolean Default: false

Type: boolean Default: false

Type: array Default: []

Each item of this array must be:

Type: object

SeedNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SeedConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', rootpath: Optional[str] = None, dependson: dbt.contracts.graph.nodes.MacroDependsOn = )

No Additional Properties

Type: enum (of string)

Must be one of:

  • "seed"

Type: array of string

Each item of this array must be:

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", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "quote_columns": null, "post-hook": [], "pre-hook": []}

SeedConfig(extra: Dict[str, Any] = , enabled: bool = True, alias: Optional[str] = None, schema: Optional[str] = None, database: Optional[str] = None, tags: Union[List[str], str] = , meta: Dict[str, Any] = , materialized: str = 'seed', incrementalstrategy: Optional[str] = None, 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: Optional[bool] = None, uniquekey: Union[str, List[str], NoneType] = None, onschemachange: Optional[str] = 'ignore', grants: Dict[str, Any] = , packages: List[str] = , docs: dbt.contracts.graph.unparsed.Docs = , quote_columns: Optional[bool] = 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: Optional[int] = None)

Same definition as nodes_additionalProperties_oneOf_i0_config_post-hook_items

Type: array Default: []

Each item of this array must be:

Type: object

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

Same definition as nodes_additionalProperties_oneOf_i0_config_post-hook_items

Type: object Default: {}

Type: object Default: {}

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Additional Properties of any type are allowed.

Type: object

Type: array of string Default: []

Each item of this array must be:

Type: string Default: ""

Type: object Default: {}

Each additional property must conform to the following schema

Type: object

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: boolean Default: false

Type: number Default: 1675937087.366245

Type: object Default: {}

Type: string Default: ""

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

Used only in the Macro class

No Additional Properties

Type: array of string Default: []

Each item of this array must be:

Type: object

The sources defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

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

No Additional Properties

Type: string

Type: enum (of string)

Must be one of:

  • "source"

Type: string

Type: array of string

Each item of this array must be:

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

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

No Additional Properties


Type: object

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

No Additional Properties

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

Type: object

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

Same definition as sources_additionalProperties_freshness_oneOf_i0_warn_after_oneOf_i0


Type: object

ExternalTable(extra: Dict[str, Any] = , location: Optional[str] = None, fileformat: Optional[str] = None, rowformat: Optional[str] = None, tblproperties: Optional[str] = None, partitions: Union[List[str], 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

Used in all ManifestNodes and SourceDefinition

Same definition as nodes_additionalProperties_oneOf_i0_columns_additionalProperties

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: 1675937087.368067

Type: object

The macros defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

Macro(name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, macrosql: str, dependson: dbt.contracts.graph.nodes.MacroDependsOn = , description: str = '', meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, arguments: List[dbt.contracts.graph.unparsed.MacroArgument] = , createdat: float = , supportedlanguages: Optional[List[dbt.nodetypes.ModelLanguage]] = None)

No Additional Properties

Type: string

Type: enum (of string)

Must be one of:

  • "macro"

Type: string

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

Used only in the Macro class

Same definition as depends_on

Type: string Default: ""

Type: object Default: {}

Type: object Default: {"show": true, "node_color": null}

Docs(show: bool = True, node_color: Optional[str] = None)

Same definition as docs

Type: array Default: []

Each item of this array must be:

Type: object

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

No Additional Properties

Type: number Default: 1675937087.368656


Type: array of enum (of string)

Each item of this array must be:

Type: enum (of string)

Must be one of:

  • "python"
  • "sql"

Type: object

The docs defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

Documentation(name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, block_contents: str)

No Additional Properties

Type: string

Type: enum (of string)

Must be one of:

  • "doc"

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

Exposure(name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], type: dbt.contracts.graph.unparsed.ExposureType, owner: dbt.contracts.graph.unparsed.ExposureOwner, description: str = '', label: Optional[str] = None, maturity: Optional[dbt.contracts.graph.unparsed.MaturityType] = None, meta: Dict[str, Any] = , tags: List[str] = , config: dbt.contracts.graph.modelconfig.ExposureConfig = , unrenderedconfig: Dict[str, Any] = , url: Optional[str] = None, dependson: dbt.contracts.graph.nodes.DependsOn = , refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , createdat: float = )

No Additional Properties

Type: enum (of string)

Must be one of:

  • "exposure"

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: Optional[str] = None)

No Additional Properties

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: {"enabled": true}

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

Type: boolean Default: true

Additional Properties of any type are allowed.

Type: object

Type: object Default: {}

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: 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: 1675937087.369866

Type: object

The metrics defined in the dbt project and its dependencies

Each additional property must conform to the following schema

Type: object

Metric(name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], description: str, label: str, calculationmethod: str, expression: str, filters: List[dbt.contracts.graph.unparsed.MetricFilter], timegrains: List[str], dimensions: List[str], timestamp: Optional[str] = None, window: Optional[dbt.contracts.graph.unparsed.MetricTime] = None, model: Optional[str] = None, modeluniqueid: Optional[str] = None, meta: Dict[str, Any] = , tags: List[str] = , config: dbt.contracts.graph.modelconfig.MetricConfig = , unrenderedconfig: Dict[str, Any] = , sources: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , refs: List[List[str]] = , metrics: List[List[str]] = , createdat: float = )

No Additional Properties

Type: string

Type: enum (of string)

Must be one of:

  • "metric"

Type: string

Type: array of string

Each item of this array must be:

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: object

MetricTime(count: Optional[int] = None, period: Optional[dbt.contracts.graph.unparsed.MetricTimePeriod] = None)

No Additional Properties

Type: object Default: {}

Type: array of string Default: []

Each item of this array must be:

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

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

Type: boolean Default: true

Additional Properties of any type are allowed.

Type: object

Type: object Default: {}

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: 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: 1675937087.371092

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

AnalysisNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i0
Type: object

SingularTestNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i1
Type: object

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

Same definition as nodes_additionalProperties_oneOf_i2
Type: object

ModelNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i3
Type: object

RPCNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i4
Type: object

SqlNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.NodeConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i5
Type: object

GenericTestNode(testmetadata: dbt.contracts.graph.nodes.TestMetadata, database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.TestConfig = , eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjectedsql: Optional[str] = None, columnname: Optional[str] = None, filekeyname: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i6
Type: object

SnapshotNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SnapshotConfig, _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', language: str = 'sql', refs: List[List[str]] = , sources: List[List[str]] = , metrics: List[List[str]] = , dependson: dbt.contracts.graph.nodes.DependsOn = , compiledpath: Optional[str] = None, compiled: bool = False, compiledcode: Optional[str] = None, extractesinjected: bool = False, extractes: List[dbt.contracts.graph.nodes.InjectedCTE] = , preinjected_sql: Optional[str] = None)

Same definition as nodes_additionalProperties_oneOf_i7
Type: object

SeedNode(database: Optional[str], schema: str, name: str, resourcetype: dbt.nodetypes.NodeType, packagename: str, path: str, originalfilepath: str, uniqueid: str, fqn: List[str], alias: str, checksum: dbt.contracts.files.FileHash, config: dbt.contracts.graph.modelconfig.SeedConfig = , _eventstatus: Dict[str, Any] = , tags: List[str] = , description: str = '', columns: Dict[str, dbt.contracts.graph.nodes.ColumnInfo] = , meta: Dict[str, Any] = , docs: dbt.contracts.graph.unparsed.Docs = , patchpath: Optional[str] = None, buildpath: Optional[str] = None, deferred: bool = False, unrenderedconfig: Dict[str, Any] = , createdat: float = , configcalldict: Dict[str, Any] = , relationname: Optional[str] = None, rawcode: str = '', rootpath: Optional[str] = None, dependson: dbt.contracts.graph.nodes.MacroDependsOn = )

Same definition as nodes_additionalProperties_oneOf_i8
Type: object

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

Same definition as sources_additionalProperties
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