Add configure_environment.sh to ./breeze --start-airflow #10971
Add configure_environment.sh to ./breeze --start-airflow #10971potiuk merged 2 commits intoapache:masterfrom
Conversation
|
@potiuk This didn't run CI for some reason -- so it failed on master (tabs was used for indentation). Could you look at why it didn't run please? (Or did it run and we merged it with failing tests?) |
|
It did run it but it took some time. That's my fault really - I should have checked. the GA works in the way that until it starts all the checks, the "rebase&squash" button gets "green". This is also when or two checks succeed but the dependent one did not start yet. |
|
Created an inssue in Github Support : https://github.community/t/merge-button-green-with-jobs-not-started-in-github-actions/132604. Some likes are welcome :) |
Oh lovely. Makes sense how it happened now, thanks |
|
I can create a new PR to fix the formatting, will that be ok? |
|
Fixed already by Ash and Kaxil |
|
Oh, great, I didn't notice it. Thanks for fixing my error. |
(cherry picked from commit c9f006b)
(cherry picked from commit c9f006b)
(cherry picked from commit c9f006b)
(cherry picked from commit c9f006b)
(cherry picked from commit c9f006b)
With
./breeze --start-airflowit was not possible to use the dags stored infiles/dagsin the host machine because the AIRFLOW__CORE__DAGS_FOLDER environment variable was not set.This was because
scripts/in_container/configure_environment.shwas not executed. I have added a call to that script.^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.