Skip to content

Commit

Permalink
Adds new Variable for symphony_marc_import DAG's max dag runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Aug 17, 2022
1 parent e9430ad commit cb2960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/bib_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
start_date=datetime(2022, 1, 3),
catchup=False,
tags=["bib_import"],
max_active_runs=3,
max_active_runs=Variable.get("IMPORT_MAX_RUNS", 3),
) as dag:

dag.doc_md = dedent(
Expand Down

0 comments on commit cb2960b

Please sign in to comment.