potiuk commented on a change in pull request #11099:
URL: https://github.com/apache/airflow/pull/11099#discussion_r493449747
##########
File path: breeze
##########
@@ -117,6 +119,9 @@ function breeze::setup_default_breeze_constants() {
# If set to true, the database will be initialized, a user created and
webserver and scheduler started
export START_AIRFLOW="false"
+ export AIRFLOW__CORE__LOAD_EXAMPLES="true"
Review comment:
> Remove the variables from breeze
Yep
> Set them in _initialization.sh (in the new function that you suggested)
Yep
And would be nice to remove other redundant ones, but it might be done
separately. I might want to do some cleanup there :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]