Re: [PR] Check executable permission for entrypoints at breeze start [airflow]

2023-12-29 Thread via GitHub
potiuk merged PR #36482: URL: https://github.com/apache/airflow/pull/36482 -- 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: commits-unsubscr...@airflow.a

Re: [PR] Check executable permission for entrypoints at breeze start [airflow]

2023-12-29 Thread via GitHub
potiuk commented on code in PR #36482: URL: https://github.com/apache/airflow/pull/36482#discussion_r1438143812 ## dev/breeze/src/airflow_breeze/utils/docker_command_utils.py: ## @@ -481,10 +482,30 @@ def prepare_broker_url(params, env_variables): env_variables["AIRFLOW

Re: [PR] Check executable permission for entrypoints at breeze start [airflow]

2023-12-29 Thread via GitHub
jscheffl commented on code in PR #36482: URL: https://github.com/apache/airflow/pull/36482#discussion_r1438135048 ## dev/breeze/src/airflow_breeze/utils/docker_command_utils.py: ## @@ -481,10 +482,30 @@ def prepare_broker_url(params, env_variables): env_variables["AIRFL

[PR] Check executable permission for entrypoints at breeze start [airflow]

2023-12-29 Thread via GitHub
potiuk opened a new pull request, #36482: URL: https://github.com/apache/airflow/pull/36482 Sometimes our contributors check out Airflow repository on filesystems that are not POSIX compliant and do not have support for executable bits (for example when you check-out the repository in Windo