joppevos commented on a change in pull request #8556: URL: https://github.com/apache/airflow/pull/8556#discussion_r416665190
########## 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: I was not aware of that. Was developing a "project admin" service account. thanks ---------------------------------------------------------------- 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]
