2022-05-02 00:18:15 -07:00
|
|
|
source:
|
|
|
|
type: "dbt"
|
|
|
|
config:
|
|
|
|
# Coordinates
|
2022-06-18 13:30:04 -07:00
|
|
|
# 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"
|
2022-09-09 14:07:55 -07:00
|
|
|
sources_path: "${DBT_PROJECT_ROOT}/target/sources_file.json" # optional for freshness
|
2024-09-27 18:11:06 +01:00
|
|
|
run_results_paths:
|
|
|
|
- "${DBT_PROJECT_ROOT}/target/run_results.json" # optional for recording dbt test results after running dbt test
|
2022-05-02 00:18:15 -07:00
|
|
|
|
|
|
|
# Options
|
|
|
|
target_platform: "my_target_platform_id" # e.g. bigquery/postgres/etc.
|
|
|
|
|
2022-06-18 13:30:04 -07:00
|
|
|
# sink configs
|