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

   I wonder that, instead of a decorator, if it would be better to have
   
   ```python
   task.bash(
       """... bash command ...""",
       **kwargs,
   )
   ```


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