mik-laj commented on a change in pull request #8556: URL: https://github.com/apache/airflow/pull/8556#discussion_r416611120
########## File path: tests/providers/google/cloud/operators/test_gcs_to_bigquery.py ########## @@ -29,6 +32,15 @@ TEST_SOURCE_OBJECTS = ['test/objects/*'] [email protected]("mysql", "postgres") [email protected]_file(GCP_GCS_KEY) +class TestGoogleCloudStorageToBigQueryExample(GoogleSystemTest): + + @provide_gcp_context(GCP_GCS_KEY) Review comment: ```suggestion @provide_gcp_context(GCP_BIGQUERY_KEY) ``` An exact description of the keys is not publicly available, but GCP_GCS_KEY only allows access to GCS. GCP_BIGQUERY_KEY allows access to BigQuery and GCS. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
