forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to standalone DAG processor in breeze (apache#45723)
We are moving to only support a standalone DAG processor in Airflow 3, so let's switch breeze to default to a standalone DAG processor, while still allowing it to be explicitly disabled for Airflow 2.
- Loading branch information
1 parent
17385a2
commit 4bc37af
Showing
8 changed files
with
428 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1053,7 +1053,7 @@ function start_webserver_with_examples(){ | |
echo | ||
echo "${COLOR_BLUE}Parsing example dags${COLOR_RESET}" | ||
echo | ||
airflow scheduler --num-runs 100 | ||
airflow dags reserialize | ||
echo "Example dags parsing finished" | ||
echo "Create admin user" | ||
airflow users create -u admin -p admin -f Thor -l Administrator -r Admin -e [email protected] | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1f9defd0443e2de2496b75a00c5af2cb | ||
d9370f833ddcc89db417a69b3de40a4b |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e0c5377c9e26b5c5fa79b61ace516ea7 | ||
a788bf6d34c4341a30287b60d134e43d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -376,7 +376,7 @@ function start_webserver_with_examples(){ | |
echo | ||
echo "${COLOR_BLUE}Parsing example dags${COLOR_RESET}" | ||
echo | ||
airflow scheduler --num-runs 100 | ||
airflow dags reserialize | ||
echo "Example dags parsing finished" | ||
echo "Create admin user" | ||
airflow users create -u admin -p admin -f Thor -l Administrator -r Admin -e [email protected] | ||
|