henry3260 commented on code in PR #68564:
URL: https://github.com/apache/airflow/pull/68564#discussion_r3508112691
##########
airflow-ctl/src/airflowctl/api/operations.py:
##########
@@ -638,6 +649,12 @@ def list(
params["start_date"] = start_date.isoformat()
if end_date is not None:
params["end_date"] = end_date.isoformat()
+ if logical_date_gte is not None:
+ params["logical_date_gte"] = logical_date_gte.isoformat()
Review Comment:
Great idea! I can create a follow-up PR
--
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]