Skip to content

Commit

Permalink
Bugfix missing parameter on FlexMultiDagRunOperator call
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Feb 6, 2023
1 parent 1ac78fd commit 42799b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ingest-pipeline/airflow/dags/launch_multi_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def flex_maybe_spawn(**kwargs):
task_id='flex_maybe_spawn',
dag=dag,
trigger_dag_id='launch_multi_analysis',
python_callable=flex_maybe_spawn,
op_kwargs={
'crypt_auth_tok': utils.encrypt_tok(airflow_conf.as_dict()
['connections']['APP_CLIENT_SECRET']).decode(),
Expand Down

0 comments on commit 42799b3

Please sign in to comment.