mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +00:00

Co-authored-by: Ethan Cartwright <ethan.cartwright@acryl.io> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
20 lines
674 B
YAML
20 lines
674 B
YAML
source:
|
|
type: "dbt-cloud"
|
|
config:
|
|
token: ${DBT_CLOUD_TOKEN}
|
|
|
|
# In the URL https://cloud.getdbt.com/next/deploy/107298/projects/175705/jobs/148094,
|
|
# 107298 is the account_id, 175705 is the project_id, and 148094 is the job_id
|
|
|
|
account_id: "${DBT_ACCOUNT_ID}" # set to your dbt cloud account id
|
|
project_id: "${DBT_PROJECT_ID}" # set to your dbt cloud project id
|
|
job_id: "${DBT_JOB_ID}" # set to your dbt cloud job id
|
|
run_id: # set to your dbt cloud run id. This is optional, and defaults to the latest run
|
|
|
|
target_platform: postgres
|
|
|
|
# Options
|
|
target_platform: "${TARGET_PLATFORM_ID}" # e.g. bigquery/postgres/etc.
|
|
|
|
# sink configs
|