diff --git a/libsys_airflow/dags/data_exports/oclc_selections.py b/libsys_airflow/dags/data_exports/oclc_selections.py index 3c6b9146..07338d3d 100644 --- a/libsys_airflow/dags/data_exports/oclc_selections.py +++ b/libsys_airflow/dags/data_exports/oclc_selections.py @@ -46,6 +46,7 @@ with DAG( "select_oclc_records", default_args=default_args, + schedule=None, tags=["data export", "oclc"], params={ "from_date": Param( diff --git a/libsys_airflow/dags/data_exports/oclc_transmission.py b/libsys_airflow/dags/data_exports/oclc_transmission.py index 63e614ab..bff24598 100644 --- a/libsys_airflow/dags/data_exports/oclc_transmission.py +++ b/libsys_airflow/dags/data_exports/oclc_transmission.py @@ -50,6 +50,7 @@ @dag( default_args=default_args, tags=["data export", "oclc"], + schedule=None, ) def send_oclc_records(): start = EmptyOperator(task_id="start")