We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcdef1 commit ec2cb4bCopy full SHA for ec2cb4b
functions/composer/composer_storage_trigger.py
@@ -58,7 +58,7 @@ def trigger_dag(data, context=None):
58
+ '/dag_runs'
59
)
60
# Make a POST request to IAP which then Triggers the DAG
61
- make_iap_request(webserver_url, client_id, method='POST', json=data)
+ make_iap_request(webserver_url, client_id, method='POST', json={"conf":data})
62
63
64
# This code is copied from
0 commit comments