amoghrajesh commented on PR #37502:
URL: https://github.com/apache/airflow/pull/37502#issuecomment-1951956814
@potiuk handled the review comments. An example of the error case when both
the environment variable as well as individual arguments are passed to the
command. I am publishing a warning like so:
```
➜ airflow git:(enhanceBreezeCommandWithEnv) ✗ export
PACKAGE_LIST=mongo,amazon,apache.beam
➜ airflow git:(enhanceBreezeCommandWithEnv) ✗
➜ airflow git:(enhanceBreezeCommandWithEnv) ✗ breeze build-docs sftp
➜ airflow git:(enhanceBreezeCommandWithEnv) ✗ breeze build-docs sftp
Good version of Docker: 24.0.2.
Good version of docker-compose: 2.23.3
Executable permissions on entrypoints are OK
The following important files are modified in
/Users/adesai/Documents/OSS/airflow since last time image was built:
* pyproject.toml
Likely CI image needs rebuild
Do you want to build the image (this works best when you have good
connection and can take usually from 20 seconds to few minutes depending how
old your image is)?
Press y/N/q. Auto-select n in 10 seconds (add `--answer n` to avoid delay
next time): n
The CI image for Python version 3.8 may be outdated
Please run at the earliest convenience:
breeze ci-image build --python 3.8
Populating provider list from PACKAGE_LIST env as mongo,amazon,apache.beam
Both package arguments and --package-list / PACKAGE_LIST passed. Overriding
to ('mongo', 'amazon', 'apache.beam')
^C
Aborted.
```
--
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]