You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``config/dbtcloud.yml`` contains configuration related to dbt Cloud:
384
+
385
+
.. list-table::
386
+
:widths: 25 20 55
387
+
:header-rows: 1
388
+
389
+
* - Parameter
390
+
- Data type
391
+
- Description
392
+
* - project_name
393
+
- string
394
+
- Name of the project to be created in dbt Cloud
395
+
* - schedule_interval
396
+
- string
397
+
- The cron expression with which the example job will be run
398
+
* - default_gcp_project
399
+
- string
400
+
- GCP project that will be used by default if a new environment is created in dbt Cloud
401
+
* - environments
402
+
- Array
403
+
- Details of the environments to be created in dbt Cloud
404
+
405
+
Configuration of the environments:
406
+
407
+
.. list-table::
408
+
:widths: 25 20 55
409
+
:header-rows: 1
410
+
411
+
* - Parameter
412
+
- Data type
413
+
- Description
414
+
* - name
415
+
- string
416
+
- Name of the environment that will be created in dbt Cloud
417
+
* - dataset
418
+
- string
419
+
- Target dataset for this environment
420
+
* - dbt_version
421
+
- string
422
+
- The dbt version used in this environment
423
+
* - bq_config_dir
424
+
- string
425
+
- The name of the dp env directory where the bigquery configuration for the environment is located. The name of the project in GCP will be read from it.
426
+
427
+
Example ``dbtcloud.yml`` file might look like this:
0 commit comments