kaxil commented on code in PR #27640:
URL: https://github.com/apache/airflow/pull/27640#discussion_r1032717315


##########
airflow/api/client/api_client.py:
##########
@@ -30,13 +30,14 @@ def __init__(self, api_base_url, auth=None, session=None):
         if auth:
             self._session.auth = auth
 
-    def trigger_dag(self, dag_id, run_id=None, conf=None, execution_date=None):
+    def trigger_dag(self, dag_id, run_id=None, conf=None, execution_date=None, 
replace_microseconds=True):
         """Create a dag run for the specified dag.
 
         :param dag_id:
         :param run_id:
         :param conf:
         :param execution_date:
+        :param replace_microseconds:

Review Comment:
   We should have added docstrings for all this params, instead of empty ones



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to