sunank200 commented on code in PR #42404:
URL: https://github.com/apache/airflow/pull/42404#discussion_r1835990646
##########
airflow/www/views.py:
##########
@@ -221,16 +221,16 @@ def get_safe_url(url):
def get_date_time_num_runs_dag_runs_form_data(www_request, session, dag):
"""Get Execution Data, Base Date & Number of runs from a Request."""
- date_time = www_request.args.get("execution_date")
+ date_time = www_request.args.get("logical_date")
run_id = www_request.args.get("run_id")
- # First check run id, then check execution date, if not fall back on the
latest dagrun
+ # First check run id, then check logical_date date, if not fall back on
the latest dagrun
Review Comment:
Changed it
--
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]