Lee-W commented on code in PR #47892:
URL: https://github.com/apache/airflow/pull/47892#discussion_r2000428834
##########
newsfragments/47892.significant.rst:
##########
@@ -1,19 +1,22 @@
-Relocate utils/weekday.py from core to standard provider
-
-The utils/weekday.py has been relocated to standard provider.
-Change:
-``from airflow.utils.weekday import WeekDay``
-To:
-``from airflow.providers.standard.utils.weekday import WeekDay``
+Relocate utils.weekday from core to standard provider
+Removed module ``airflow.utils.weekday`` removed. Please use ``from
airflow.providers.standard.utils.weekday`` instead.
* Types of change
- * [ ] Dag changes
+ * [x] Dag changes
* [ ] Config changes
* [ ] API changes
* [ ] CLI changes
* [ ] Behaviour changes
* [ ] Plugin changes
* [ ] Dependency changes
- * [x] Code interface changes
+ * [ ] Code interface changes
+
+* Migration rules needed
+
+ * ruff
+
+ * AIR303
+
+ * [x] ``airflow.utils.weekday`` → ``from
airflow.providers.standard.utils.weekday``
Review Comment:
```suggestion
* [ ] ``airflow.utils.weekday`` →
``airflow.providers.standard.utils.weekday``
```
--
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]