Skip to content

Commit

Permalink
feat: Sets schedule to None per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Nov 8, 2024
1 parent 901c700 commit 588de1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libsys_airflow/dags/data_exports/oclc_selections.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
with DAG(
"select_oclc_records",
default_args=default_args,
schedule=None,
tags=["data export", "oclc"],
params={
"from_date": Param(
Expand Down
1 change: 1 addition & 0 deletions libsys_airflow/dags/data_exports/oclc_transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
@dag(
default_args=default_args,
tags=["data export", "oclc"],
schedule=None,
)
def send_oclc_records():
start = EmptyOperator(task_id="start")
Expand Down

0 comments on commit 588de1d

Please sign in to comment.