Skip to content

Commit

Permalink
chore(pipeline): space out monenfant extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Jun 3, 2024
1 parent 9970871 commit 4086d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/dags/import_monenfant.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def load(
@dag(
start_date=pendulum.datetime(2022, 1, 1, tz=date.TIME_ZONE),
default_args=default_args,
schedule="@weekly",
schedule="@monthly",
catchup=False,
tags=["source"],
)
Expand Down

0 comments on commit 4086d51

Please sign in to comment.