-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into damian3031/on_table_exists-option-in-incr…
…emental-models
- Loading branch information
Showing
6 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ If you're seeing the below error when you try to query a dataset from a Google D | |
Access denied: BigQuery BigQuery: Permission denied while getting Drive credentials | ||
``` | ||
|
||
Usually, this error indicates that you haven't granted the BigQuery service account access to the specific Google Drive document. If you're seeing this error, try giving the service account (client email seen [here](https://docs.getdbt.com/docs/dbt-cloud/cloud-configuring-dbt-cloud/connecting-your-database#connecting-to-bigquery)) you are using for your BigQuery connection in dbt Cloud, permission to your Google Drive or Google Sheet. You'll want to do this directly in your Google Document and click the 'share' button and enter the client email there. | ||
Usually, this error indicates that you haven't granted the BigQuery service account access to the specific Google Drive document. If you're seeing this error, try giving the service account (Client email field seen [here](/docs/cloud/connect-data-platform/connect-bigquery)) you are using for your BigQuery connection in dbt Cloud, permission to your Google Drive or Google Sheet. You'll want to do this directly in your Google Document, click the **Share** button, and enter the client email. | ||
|
||
If you are experiencing this error when using OAuth, and you have verified your access to the Google Sheet, you may need to grant permissions for gcloud to access Google Drive: | ||
|
||
|
@@ -21,4 +21,12 @@ gcloud auth application-default login --disable-quota-project | |
``` | ||
For more info see the [gcloud auth application-default documentation](https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login) | ||
|
||
If you've tried the earlier steps and are still experiencing this behavior, try using the following command to log into Google Cloud and enable access to Google Drive. It also updates the Application Default Credentials (ADC) file, which many Google Cloud libraries use to authenticate API calls. | ||
|
||
``` | ||
gcloud auth login --enable-gdrive-access --update-adc | ||
``` | ||
|
||
For more info, refer to [gcloud auth login documentation](https://cloud.google.com/sdk/gcloud/reference/auth/login#--enable-gdrive-access). | ||
|
||
If you've tried the steps above and are still experiencing this behavior - reach out to the Support team at [email protected] and we'll be happy to help! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
|
||
| dbt Core version | Manifest version | | ||
|------------------|---------------------------------------------------------------| | ||
| v1.8 | [v12](https://schemas.getdbt.com/dbt/manifest/v12/index.html) | | ||
| v1.7 | [v11](https://schemas.getdbt.com/dbt/manifest/v11/index.html) | | ||
| v1.6 | [v10](https://schemas.getdbt.com/dbt/manifest/v10/index.html) | | ||
| v1.5 | [v9](https://schemas.getdbt.com/dbt/manifest/v9/index.html) | | ||
| v1.4 | [v8](https://schemas.getdbt.com/dbt/manifest/v8/index.html) | | ||
| v1.3 | [v7](https://schemas.getdbt.com/dbt/manifest/v7/index.html) | | ||
| v1.2 | [v6](https://schemas.getdbt.com/dbt/manifest/v6/index.html) | | ||
| v1.1 | [v5](https://schemas.getdbt.com/dbt/manifest/v5/index.html) | | ||
| v1.0 | [v4](https://schemas.getdbt.com/dbt/manifest/v4/index.html) | | ||
| v1.0 | [v4](https://schemas.getdbt.com/dbt/manifest/v4/index.html) | |
Binary file modified
BIN
+77.7 KB
(360%)
website/static/img/docs/dbt-cloud/semantic-layer/cache-creation-flow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+88.7 KB
(340%)
website/static/img/docs/dbt-cloud/semantic-layer/declarative-cache-query-flow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.