Rounak Dhillon d4728d13f5
Docs: Meta Description Updation (#22611)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-28 18:24:51 +05:30

1001 B

title description slug
dbtHttpConfig | OpenMetadata dbt HTTP Config Capture DBT HTTP configuration for ingesting DBT files from public or private HTTP sources. /main-concepts/metadata-standard/schemas/metadataingestion/dbtconfig/dbthttpconfig

DBT HTTP Config

DBT Catalog, Manifest and Run Results HTTP path configuration.

Properties

  • dbtConfigType (string): dbt Configuration type. Must be one of: ["http"]. Default: "http".
  • 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.
  • dbtSourcesHttpPath (string): DBT sources http file path to extract freshness test results information.

Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.