ephraimbuddy commented on a change in pull request #9473:
URL: https://github.com/apache/airflow/pull/9473#discussion_r444687934



##########
File path: airflow/api_connexion/endpoints/dag_run_endpoint.py
##########
@@ -70,10 +92,14 @@ def get_dag_runs(session, dag_id, start_date_gte=None, 
start_date_lte=None,
 
     # filter execution date
     if execution_date_gte:
-        query = query.filter(DagRun.execution_date >= 
conn_parse_datetime(execution_date_gte))
+        query = query.filter(
+            DagRun.execution_date >= conn_parse_datetime(execution_date_gte)

Review comment:
       Oh, that's nice. Brilliant idea. Haha. I use to rebase everytime and 
having issues. Will start using this method. Thanks @Omairk :)




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


Reply via email to