Skip to content

Commit

Permalink
fix: Add missing permission to BigQuery batch exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Aug 22, 2024
1 parent 7dd19f8 commit a49b95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contents/docs/cdp/batch-exports/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Here's how to set these up so that the destination has access only to the datase
* `bigquery.jobs.create`
* `bigquery.tables.create`
* `bigquery.tables.get`
* `bigquery.tables.getData`
* `bigquery.tables.list`
* `bigquery.tables.updateData`
* (Optional, for mutable models) `bigquery.tables.delete`
Expand Down

0 comments on commit a49b95d

Please sign in to comment.