potiuk merged PR #41271:
URL: https://github.com/apache/airflow/pull/41271
--
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: commits-unsubscr...@airflow.a
jscheffl commented on code in PR #41271:
URL: https://github.com/apache/airflow/pull/41271#discussion_r1704953294
##
tests/operators/test_datetime.py:
##
@@ -52,30 +51,31 @@ def setup_class(cls):
(datetime.time(10, 0, 0), datetime.datetime(2020, 7, 7, 11, 0, 0)),
]
uranusjr commented on code in PR #41271:
URL: https://github.com/apache/airflow/pull/41271#discussion_r1704924549
##
tests/operators/test_datetime.py:
##
@@ -52,30 +51,31 @@ def setup_class(cls):
(datetime.time(10, 0, 0), datetime.datetime(2020, 7, 7, 11, 0, 0)),
]
jscheffl opened a new pull request, #41271:
URL: https://github.com/apache/airflow/pull/41271
Related: https://github.com/apache/airflow/pull/41067
Fix DateTimeOperator Tests for datbase isolation mode
--
This is an automated message from the Apache Git Service.
To respond to the me