clever-artist-51241
10/02/2022, 10:19 AMblue-boots-43993
10/02/2022, 11:28 AMclever-artist-51241
10/02/2022, 12:33 PMblue-boots-43993
10/02/2022, 12:41 PMclever-artist-51241
10/02/2022, 12:46 PMsource:
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
test_results_path: "${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
clever-artist-51241
10/02/2022, 12:46 PMclever-artist-51241
10/02/2022, 12:47 PMblue-boots-43993
10/02/2022, 12:50 PMblue-boots-43993
10/02/2022, 12:53 PMblue-boots-43993
10/02/2022, 12:53 PMhallowed-lizard-92381
11/04/2022, 6:42 PM