main-concepts

No menu items for this category

DBT Local Config

DBT Catalog, Manifest and Run Results file path config.

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

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