potiuk commented on PR #64192: URL: https://github.com/apache/airflow/pull/64192#issuecomment-4122191125
BTW. There should be rather easy way to "start-airflow" from the container - if you run in entrypoin_ci.sh - everythint that happens when START_AIRFLOW is set to a non-empty value is what happen when you do "start-airflow" - so maybe a good idea might be to write bash function (in_container_start_airflow)- extract it in entrypoint_ci.sh and run both during entrypoint_ci.sh of `breeze start-airflow` and when you rin `in_container_start_airflow` (or similar) in the devcontainer? That might be a good way to give "start-airflow" functionality to devcontainer users. -- 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]
