From 4086d517e23bbfa5582d4cb6a4f9f739b3c0b219 Mon Sep 17 00:00:00 2001 From: Valentin Matton Date: Mon, 3 Jun 2024 10:28:00 +0200 Subject: [PATCH] chore(pipeline): space out monenfant extraction --- pipeline/dags/import_monenfant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/dags/import_monenfant.py b/pipeline/dags/import_monenfant.py index a3a81913..cbdc4013 100644 --- a/pipeline/dags/import_monenfant.py +++ b/pipeline/dags/import_monenfant.py @@ -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"], )