dbtPipeline
dbt Pipeline Configuration.
Properties
- type: Pipeline type. Refer to #/definitions/dbtConfigType. Default:- dbt.
- dbtConfigSource: Available sources to fetch dbt catalog and manifest files.
- searchAcrossDatabases(boolean): Optional configuration to search across databases for tables or not. Default:- False.
- dbtUpdateDescriptions(boolean): Optional configuration to update the description from dbt or not. Default:- False.
- dbtUpdateOwners(boolean): Optional configuration to update the owners from dbt or not. Default:- False.
- includeTags(boolean): Optional configuration to toggle the tags ingestion. Default:- True.
- dbtClassificationName(string): Custom OpenMetadata Classification name for dbt tags. Default:- dbtTags.
- schemaFilterPattern: Regex to only fetch tables or databases that matches the pattern. Refer to ../type/filterPattern.json#/definitions/filterPattern.
- tableFilterPattern: Regex exclude tables or databases that matches the pattern. Refer to ../type/filterPattern.json#/definitions/filterPattern.
- parsingTimeoutLimit(integer): Configuration to set the timeout for parsing the query in seconds. Default:- 300.
- databaseFilterPattern: Regex to only fetch databases that matches the pattern. Refer to ../type/filterPattern.json#/definitions/filterPattern.
- tagFilterPattern: Regex to only fetch tags that matches the pattern. Refer to ../type/filterPattern.json#/definitions/filterPattern.
Definitions
- dbtConfigType(string): dbt Config Pipeline type. Must be one of:- ['dbt']. Default:- dbt.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.