Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec2cb4b

Browse filesBrowse files
dhercherleahecole
andauthored
Fix incorrect data submission (GoogleCloudPlatform#2844)
The configuration to send composer needs to be inside the data block rather than the JSON body itself Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent fbcdef1 commit ec2cb4b
Copy full SHA for ec2cb4b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎functions/composer/composer_storage_trigger.py

Copy file name to clipboardExpand all lines: functions/composer/composer_storage_trigger.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def trigger_dag(data, context=None):
5858
+ '/dag_runs'
5959
)
6060
# Make a POST request to IAP which then Triggers the DAG
61-
make_iap_request(webserver_url, client_id, method='POST', json=data)
61+
make_iap_request(webserver_url, client_id, method='POST', json={"conf":data})
6262

6363

6464
# This code is copied from

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.