mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-19 07:30:54 +00:00
16 lines
630 B
YAML
16 lines
630 B
YAML
source:
|
|
type: "dbt"
|
|
config:
|
|
# Coordinates
|
|
# To use this as-is, set the environment variable DBT_PROJECT_ROOT to the root folder of your dbt project
|
|
manifest_path: "${DBT_PROJECT_ROOT}/target/manifest_file.json"
|
|
catalog_path: "${DBT_PROJECT_ROOT}/target/catalog_file.json"
|
|
sources_path: "${DBT_PROJECT_ROOT}/target/sources_file.json" # optional for freshness
|
|
run_results_paths:
|
|
- "${DBT_PROJECT_ROOT}/target/run_results.json" # optional for recording dbt test results after running dbt test
|
|
|
|
# Options
|
|
target_platform: "my_target_platform_id" # e.g. bigquery/postgres/etc.
|
|
|
|
# sink configs
|