shahar1 commented on PR #72083:
URL: https://github.com/apache/airflow/pull/72083#issuecomment-5648097981

   After some investigation, this turned out to be a false positive in the 
pre-commit hook rather than something the operator can fix: with 
`start_from_trigger` the triggerer renders these fields itself, so the 
un-rendered copy in `__init__` is the intended flow. Moving the reads into a 
helper called from `__init__` only hides them from the hook; they still run at 
construct time.
   
   The better approach, in my opinion, is to teach the hook about this case, 
which I did in #73040.
   I'll close this one in favor of that, thanks for your contribution!


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