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 5f64edd

Browse filesBrowse files
Adding "replace_microseconds" parameter to API (GoogleCloudPlatform#5193)
* Adding "replace_microseconds" parameter to API Adding "replace_microseconds" parameter to API to achieve milliseconds precision (https://airflow.apache.org/docs/apache-airflow/stable/rest-api-ref.html) * Update composer_storage_trigger.py Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent bd1c6a9 commit 5f64edd
Copy full SHA for 5f64edd

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

‎composer/functions/composer_storage_trigger.py

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

6060

6161
# 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.