acroos commented on a change in pull request #6380: [AIRFLOW-3632] Allow 
replace_microseconds in trigger_dag REST request
URL: https://github.com/apache/airflow/pull/6380#discussion_r347428185
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -41,6 +41,14 @@ assists users migrating to a new version.
 
 ## Airflow Master
 
+### Changes in experimental API execution_date microseconds replacement
+
+The default behavior was to strip the microseconds (and milliseconds, etc) off 
of all dag runs triggered by
+by the experimental REST API.  The default behavior will change when an 
explicit execution_date is
+passed in the request body.  It will also now be possible to have the 
execution_date generated, but
+keep the microseconds by sending `replace_microseconds: false` in the request 
body.  The default
+behavior can be overridden by sending `replace_microseconds: true` along with 
an explicit execution_date
 
 Review comment:
   👍 fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to