TobKed commented on a change in pull request #13598:
URL: https://github.com/apache/airflow/pull/13598#discussion_r561746380



##########
File path: 
airflow/providers/google/cloud/example_dags/example_bigquery_queries.py
##########
@@ -40,9 +40,12 @@
 PROJECT_ID = os.environ.get("GCP_PROJECT_ID", "example-project")
 DATASET_NAME = os.environ.get("GCP_BIGQUERY_DATASET_NAME", "test_dataset")
 LOCATION = "southamerica-east1"
+BUCKET_1 = os.environ.get("GCP_GCS_BUCKET_1", "test-gcs-example-bucket")

Review comment:
       ```suggestion
   BUCKET_1 = os.environ.get("GCP_BIGQUERY_QUERIES_BUCKET", 
"test-biqgquery-queries-bucket")
   ```
   I found this env variable is used in 
`airflow/providers/google/cloud/example_dags/example_gcs.py`.
   I looked on the other system tests and env vars names are like: 
`GCP_DATAPROC_BUCKET` or `GCP_TEXT_TO_SPEECH_BUCKET`
   




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