codewithsruthi opened a new pull request, #72083:
URL: https://github.com/apache/airflow/pull/72083

   Template fields must not be read in an operator constructor. 
`DataprocSubmitJobOperator` still needs those values copied into 
`start_trigger_args` so `start_from_trigger` can skip the worker and let the 
triggerer render them.
   
   This PR builds those kwargs in a helper, replaces the class-level 
`start_trigger_args` per task, and removes that one exemption.
   
   related: #70296
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Cursor Grok 4.6
   
   Generated-by: Cursor Grok 4.6 following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   
   
   Made with [Cursor](https://cursor.com)


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