Skip to content

Commit

Permalink
remove noop template_searchpath from gobi dag
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Mar 4, 2024
1 parent d7877da commit 87b3df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libsys_airflow/dags/data_exports/gobi_selections.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
default_args=default_args,
schedule=timedelta(days=int(Variable.get("schedule_gobi_days", 7))),
start_date=datetime(2024, 2, 26),
template_searchpath="/opt/airflow/libsys_airflow/plugins/data-export/sql",
catchup=False,
tags=["data export"],
) as dag:
Expand Down

0 comments on commit 87b3df0

Please sign in to comment.