Skip to content

Commit

Permalink
Bug 2228 change importmail cbs to weekly remove start data (#31)
Browse files Browse the repository at this point in the history
* changing import_email_to_s3_and_update_data to weekly

* removing start_data argument from import_email_to_s3_and_update_data
  • Loading branch information
tkalir authored Sep 6, 2022
1 parent 6dc5127 commit 3ce304b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow_server/dags/import_email_to_s3_and_update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
schedule_interval='@weekly',
catchup=False,
start_date=days_ago(2),
)


Expand Down

0 comments on commit 3ce304b

Please sign in to comment.