From c7384bcaee15ec2d2ca887cfd2f4fd9447fcf4e8 Mon Sep 17 00:00:00 2001 From: Charles Costanzo Date: Wed, 13 Nov 2024 11:34:37 -0500 Subject: [PATCH] fix comment --- airflow/plugins/operators/scrape_state_geoportal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/plugins/operators/scrape_state_geoportal.py b/airflow/plugins/operators/scrape_state_geoportal.py index 0278f1bd51..0088818d99 100644 --- a/airflow/plugins/operators/scrape_state_geoportal.py +++ b/airflow/plugins/operators/scrape_state_geoportal.py @@ -10,7 +10,7 @@ from airflow.models import BaseOperator # type: ignore -# switch before merge +# create composer env variable and switch before merge API_BUCKET = "gs://calitp-state-geoportal-scrape" # API_BUCKET = os.environ["CALITP_BUCKET__STATE_GEOPORTAL_DATA_PRODUCTS"]