Pere Miquel Brull 3afb5212ec
[Docs] - Use a.b.x as version pattern (#13161)
* [Docs] - Use a.b.x as version pattern

* Fix image path
2023-09-12 19:41:21 +02:00

1.3 KiB

title slug
dbtPipeline /main-concepts/metadata-standard/schemas/metadataingestion/dbtpipeline

dbtPipeline

DBT Pipeline Configuration.

Properties

  • type: Pipeline type. Refer to #/definitions/dbtConfigType. Default: DBT.
  • dbtConfigSource: Available sources to fetch DBT catalog and manifest files.
  • dbtUpdateDescriptions (boolean): Optional configuration to update the description 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.
  • databaseFilterPattern: Regex to only fetch databases 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 2023-07-07 05:50:35.981927.