Skip to content

Commit eee30a2

Browse files
committed
fix documentation on project mode
1 parent bc8605d commit eee30a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/configuration.md

+11
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ vars:
3535

3636
To enable the "project mode", you'll need to define explicitly one mandatory setting to set in the `dbt_project.yml` file:
3737

38+
```yml
39+
vars:
40+
# dbt bigquery monitoring vars
41+
input_gcp_projects: [ 'my-gcp-project', 'my-gcp-project-2' ]
42+
```
43+
44+
##### GCP Billing export
45+
GCP Billing export is a feature that allows you to export your billing data to BigQuery. It allows the package to track the real cost of your queries and storage overtime.
46+
To enable on GCP end, you can follow the [official documentation](https://cloud.google.com/billing/docs/how-to/export-data-bigquery) to set up the export.
47+
Then enable the GCP billing export monitoring in the package, you'll need to define the following settings in the `dbt_project.yml` file:
48+
3849
```yml
3950
vars:
4051
enable_gcp_bigquery_audit_logs: true

0 commit comments

Comments
 (0)