Skip to content

Commit

Permalink
Merge branch 'dev' into features/#3-include-vg-250
Browse files Browse the repository at this point in the history
  • Loading branch information
gplssm authored Dec 4, 2020
2 parents 1c8293d + 98370ac commit 8838c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/airflow/airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ parallelism = 32
dag_concurrency = 16

# Are DAGs paused by default at creation
dags_are_paused_at_creation = True
dags_are_paused_at_creation = False

# The maximum number of active DAG runs per DAG
max_active_runs_per_dag = 16
Expand Down
2 changes: 2 additions & 0 deletions src/egon/data/airflow/dags/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
template_searchpath=[
"/home/guido/git/eGon-data/src/egon/data/processing/vg250"
],
is_paused_upon_creation=False,
schedule_interval=None,
) as pipeline:
setup = PythonOperator(task_id="initdb", python_callable=initdb)

Expand Down

0 comments on commit 8838c20

Please sign in to comment.