Skip to content

Commit

Permalink
elt schedule None으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse25 committed Jan 11, 2024
1 parent 1c39157 commit 9f1fa99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/energy/consumption/electricity_consumption_elt.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def process_data():
"electricity_consumption_elt",
default_args=default_args,
catchup=False,
schedule="@monthly",
schedule_interval=None,
)

process_data = PythonOperator(
Expand Down
2 changes: 1 addition & 1 deletion dags/energy/consumption/energy_consumption_bill_elt.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def process_data(**kwargs):
"energy_consumption_bill_elt",
default_args=default_args,
catchup=False,
schedule="@monthly",
schedule_interval=None,
)

process_data = PythonOperator(
Expand Down

0 comments on commit 9f1fa99

Please sign in to comment.