Lee-W commented on code in PR #48657:
URL: https://github.com/apache/airflow/pull/48657#discussion_r2028288147


##########
airflow-core/newsfragments/48579.significant.rst:
##########
@@ -0,0 +1,22 @@
+``DebugExecutor`` has been removed from the in-tree executors.
+
+This executor was primarily used for local testing but is now redundant, as 
``LocalExecutor``
+supports SQLite with WAL mode and provides better performance with parallel 
execution.
+Users should switch to ``LocalExecutor`` or ``CeleryExecutor`` as alternatives.
+
+* Types of change
+
+  * [ ] Dag changes
+  * [ ] Config changes

Review Comment:
   ```suggestion
     * [x] Config changes
   ```



##########
airflow-core/newsfragments/48528.significant.rst:
##########
@@ -0,0 +1,22 @@
+``SequentialExecutor`` has been removed from the in-tree executors.
+
+This executor was primarily used for local testing but is now redundant, as 
``LocalExecutor``
+supports SQLite with WAL mode and provides better performance with parallel 
execution.
+Users should switch to ``LocalExecutor`` or ``CeleryExecutor`` as alternatives.
+
+* Types of change
+
+  * [ ] Dag changes
+  * [ ] Config changes

Review Comment:
   ```suggestion
     * [x] Config changes
   ```



-- 
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]

Reply via email to