potiuk commented on PR #30176:
URL: https://github.com/apache/airflow/pull/30176#issuecomment-1479407130

   I agree with @uranusjr (I think at least why I think the comment). it sounds 
strange to me to have a Python code to return bash commmand to execute. I see 
where it might be useful, but it has certain properties, that make it difficult 
to debug and reason about. While other decorators focus on the python to execue 
and simply change the context where they are executed (docker/k8s) - having 
bash decorator with returning a string that should be executed as bash command 
is kinda different beast altogether. I am not sure if it will be intuitive 
enough :)


-- 
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]

Reply via email to