mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-19 12:23:36 +00:00
18 lines
622 B
Markdown
18 lines
622 B
Markdown
|
|
---
|
||
|
|
title: dbtLocalConfig
|
||
|
|
slug: /main-concepts/metadata-standard/schemas/metadataingestion/dbtconfig/dbtlocalconfig
|
||
|
|
---
|
||
|
|
|
||
|
|
# DBT Local Config
|
||
|
|
|
||
|
|
*DBT Catalog, Manifest and Run Results file path config.*
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
|
||
|
|
- **`dbtCatalogFilePath`** *(string)*: DBT catalog file path to extract dbt models with their column schemas.
|
||
|
|
- **`dbtManifestFilePath`** *(string)*: DBT manifest file path to extract dbt models and associate with tables.
|
||
|
|
- **`dbtRunResultsFilePath`** *(string)*: DBT run results file path to extract the test results information.
|
||
|
|
|
||
|
|
|
||
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|