Skip to content

Commit

Permalink
Merge pull request #715 from hubmapconsortium/sunset666/bugfix_launch…
Browse files Browse the repository at this point in the history
…_multi_with_new_flexMulti_patch

Bugfix launch multi analysis
  • Loading branch information
sunset666 authored Feb 7, 2023
2 parents c53f2ee + 42799b3 commit 74bf63d
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 74bf63d

Please sign in to comment.