File tree Expand file tree Collapse file tree
packages/doc/docs/develop Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,18 @@ extensions:
2525 duckdb : @vulcan-sql/extension-driver-duckdb
2626` ` `
2727
28- In the configuration, ` tmp` means there will be a new folder called `tmp` in the root directory of the project you created.
28+ In the configuration, ` tmp` means there will be a new folder called `tmp` in the root directory of the project you created.
29+
30+ If your data source is BigQuery, you need to update your `profiles.yaml` as following :
31+
32+ ` ` ` yaml
33+ - name: bq # profile name
34+ type: bq
35+ ...
36+ cache:
37+ # You should make sure there is a storage object administrator role in your service account
38+ bucketName: 'your-bucket-name'
39+ ` ` `
2940
3041# # Caching Query Results
3142To utilize the caching layer, you can enclose your SQL query inside the `{% cache %}` and `{% endcache %}` tags. For example :
You can’t perform that action at this time.
0 commit comments