mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
18 lines
641 B
Markdown
18 lines
641 B
Markdown
|
|
---
|
||
|
|
title: dbtHttpConfig
|
||
|
|
slug: /main-concepts/metadata-standard/schemas/metadataingestion/dbtconfig/dbthttpconfig
|
||
|
|
---
|
||
|
|
|
||
|
|
# DBT HTTP Config
|
||
|
|
|
||
|
|
*DBT Catalog, Manifest and Run Results HTTP path configuration.*
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
|
||
|
|
- **`dbtCatalogHttpPath`** *(string)*: DBT catalog http file path to extract dbt models with their column schemas.
|
||
|
|
- **`dbtManifestHttpPath`** *(string)*: DBT manifest http file path to extract dbt models and associate with tables.
|
||
|
|
- **`dbtRunResultsHttpPath`** *(string)*: DBT run results http file path to extract the test results information.
|
||
|
|
|
||
|
|
|
||
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|