mik-laj commented on a change in pull request #8556:
URL: https://github.com/apache/airflow/pull/8556#discussion_r415202828



##########
File path: tests/providers/google/cloud/operators/test_gcs_to_bigquery.py
##########
@@ -17,10 +17,12 @@
 # under the License.
 
 import unittest
-
+import pytest
 import mock
 
 from airflow.providers.google.cloud.operators.gcs_to_bigquery import 
GCSToBigQueryOperator
+from tests.test_utils.gcp_system_helpers import CLOUD_DAG_FOLDER, 
GoogleSystemTest, provide_gcp_context
+from tests.providers.google.cloud.utils.gcp_authenticator import GCP_GCS_KEY

Review comment:
       ```suggestion
   from airflow.providers.google.cloud.operators.gcs_to_bigquery import 
GCSToBigQueryOperator
   from tests.providers.google.cloud.utils.gcp_authenticator import GCP_GCS_KEY
   from tests.test_utils.gcp_system_helpers import CLOUD_DAG_FOLDER, 
GoogleSystemTest, provide_gcp_context
   ```




----------------------------------------------------------------
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]


Reply via email to