I'm trying to pick a json file from a bucket in cloud storage and dump it in bigquery, using Apache Airflow, however, I'm getting the following error
Access Denied: BigQuery BigQuery: Missing required OAuth scope. Need BigQuery or Cloud Platform write scope.
However I'm using the following scope in the connection
https://www.googleapis.com/auth/cloud-platform
I noticed that there is a similar question in Stackoverflow: https://stackoverflow.com/questions/74303101/access-denied-bigquery-bigquery-missing-required-oauth-...
Are you the one who posted this? If yes, can you provide the gcp_connection under google_cloud_storage_conn_id?