This is an automated email from the ASF dual-hosted git repository.
weilee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8a3df0cba1d docs(newsfragment): add significant newsfragment to PR
42252 (#46364)
8a3df0cba1d is described below
commit 8a3df0cba1dae8f427ed83d6a5dcf82c0110b01c
Author: Wei Lee <[email protected]>
AuthorDate: Mon Feb 3 17:37:27 2025 +0800
docs(newsfragment): add significant newsfragment to PR 42252 (#46364)
---
newsfragments/42252.significant.rst | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/newsfragments/42252.significant.rst
b/newsfragments/42252.significant.rst
new file mode 100644
index 00000000000..b55035ba348
--- /dev/null
+++ b/newsfragments/42252.significant.rst
@@ -0,0 +1,20 @@
+Move bash operators from airflow core to standard provider
+
+* Types of change
+
+ * [x] Dag changes
+ * [ ] Config changes
+ * [ ] API changes
+ * [ ] CLI changes
+ * [ ] Behaviour changes
+ * [ ] Plugin changes
+ * [ ] Dependency changes
+ * [ ] Code interface changes
+
+* Migration rules needed
+
+ * ruff
+
+ * AIR302
+
+ * [ ] ``airflow.operators.bash.BashOperator`` →
``airflow.providers.standard.operators.bash.BashOperator``