Re: [PR] Fix DateTimeOperator tests in Database Isolation Mode [airflow]

2024-08-06 Thread via GitHub
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

Re: [PR] Fix DateTimeOperator tests in Database Isolation Mode [airflow]

2024-08-05 Thread via GitHub
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)), ]

Re: [PR] Fix DateTimeOperator tests in Database Isolation Mode [airflow]

2024-08-05 Thread via GitHub
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)), ]

[PR] Fix DateTimeOperator tests in Database Isolation Mode [airflow]

2024-08-05 Thread via GitHub
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