You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/28 14:35:41 UTC

[GitHub] [airflow] joppevos commented on a change in pull request #8556: Add system test for gcs_to_bigquery

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/*']
 
 
+@pytest.mark.backend("mysql", "postgres")
+@pytest.mark.credential_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:
users@infra.apache.org