Skip to content

Commit f291af4

Browse files
Update api_to_gcs_task_flow_dag.py
Updated Bucket Name for Demo
1 parent 72fa4b8 commit f291af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/api_to_gcs_task_flow_dag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
SOCRATA_DOMAIN = "data.cityofnewyork.us"
1010
SOCRATA_DATASET_ID = "nc67-uf89"
11-
GCS_BUCKET_NAME = "buckey-mcbuckface"
11+
GCS_BUCKET_NAME = "doesnt-matter"
1212
GCS_FILE_NAME = "data/api_data.parquet"
1313

1414
# Define the DAG

0 commit comments

Comments
 (0)