You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/12 14:17:50 UTC

[GitHub] [airflow] josh-fell commented on pull request #22941: Allow users to control task_ids in decorated task more

josh-fell commented on PR #22941:
URL: https://github.com/apache/airflow/pull/22941#issuecomment-1096790614

   This would be very useful! Would it be worth guarding against `BaseOperator` parameters being used for the decorated task args itself? e.g. Not allowing a decorated task to have `pool` or `owner`, etc. as a parameter since it should be reserved for the operator.


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org