Skip to content

Commit

Permalink
force
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed May 17, 2024
1 parent b15231e commit 47e2c52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airflow/dags/acs_condition.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ignore the Airflow module, it is installed in both dev and prod
# Ignore the Airflow module, it is installed in both dev & prod
from airflow import DAG # pylint: disable = no-name-in-module
from airflow.utils.dates import days_ago # pylint: disable = no-name-in-module
import util
Expand All @@ -18,7 +18,6 @@
)

# CACHE ACS SOURCE INTO TMP JSON IN BUCKETS

# acs_condition_gcs_payload_2012 = util.generate_gcs_payload(_ACS_WORKFLOW_ID, year='2012')
# acs_condition_gcs_operator_2012 = util.create_gcs_ingest_operator(
# 'acs_condition_to_gcs_2012', acs_condition_gcs_payload_2012, data_ingestion_dag
Expand Down

0 comments on commit 47e2c52

Please sign in to comment.