rhythmic-sundown-12093
09/13/2022, 6:13 AMsource:
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.json"
catalog_path: "${DBT_PROJECT_ROOT}/target/catalog.json"
test_results_path: "${DBT_PROJECT_ROOT}/target/run_results.json" # optional for recording dbt test results after running dbt test
# Options
target_platform: "redshift" # e.g. bigquery/postgres/etc.
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"modern-artist-55754
09/13/2022, 11:36 PMgray-shoe-75895
09/14/2022, 4:31 AM