kaxil commented on a change in pull request #7166: [AIRFLOW-XXXX] Move UPDATING changes into correct versions URL: https://github.com/apache/airflow/pull/7166#discussion_r366831219
########## File path: UPDATING.md ########## @@ -938,17 +838,93 @@ The 'properties' and 'jars' properties for the Dataproc related operators (`Data and `dataproc_jars`respectively. Arguments for dataproc_properties dataproc_jars -### Failure callback will be called when task is marked failed -When task is marked failed by user or task fails due to system failures - on failure call back will be called as part of clean up +## Airflow 1.10.7 -See [AIRFLOW-5621](https://jira.apache.org/jira/browse/AIRFLOW-5621) for details +### 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: True ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
