Skip to content

Commit

Permalink
dag api di runs everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickPassa committed Jan 9, 2025
1 parent 3e08830 commit a88f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/data_inclusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_all_items(path):
break


with DAG("data_inclusion", schedule_interval=None, **dag_args) as dag:
with DAG("data_inclusion", schedule_interval="@daily", **dag_args) as dag:

@task(task_id="import_structures")
def import_structures(**kwargs):
Expand Down

0 comments on commit a88f3ff

Please sign in to comment.