kaxil commented on code in PR #48969:
URL: https://github.com/apache/airflow/pull/48969#discussion_r2035388504
##########
providers/standard/src/airflow/providers/standard/operators/trigger_dagrun.py:
##########
@@ -180,19 +180,23 @@ def __init__(
self.failed_states = [DagRunState.FAILED]
self.skip_when_already_exists = skip_when_already_exists
self._defer = deferrable
-
- if logical_date is not None and not isinstance(logical_date, (str,
datetime.datetime)):
- type_name = type(logical_date).__name__
+ self.logical_date = logical_date
Review Comment:
This line is redundant
--
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]