zhongjiajie commented on a change in pull request #4437: AIRFLOW-3632 Adding 
replace_microseconds parameter to dag_runs endpoint
URL: https://github.com/apache/airflow/pull/4437#discussion_r255807419
 
 

 ##########
 File path: airflow/www/api/experimental/endpoints.py
 ##########
 @@ -37,6 +37,9 @@
 
 api_experimental = Blueprint('api_experimental', __name__)
 
+# Possible yes values to replace_microseconds parameter for dag_runs 
(trigger_dag) endpoint
+YES_VALUES = ['true', '1', 't', 'y', 'yes']
 
 Review comment:
   Re-order values index
   ```suggestion
   YES_VALUES = ['true', 't', 'y', 'yes', '1']
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to