moomindani commented on issue #64609:
URL: https://github.com/apache/airflow/issues/64609#issuecomment-5138699822

   Status check, since this is still `priority:high` and both linked PRs say 
"Part of" rather than closing it.
   
   **The runtime symptom is fixed.** #64960 (shipped in databricks provider 
7.16.0) validates retry args at trigger construction. This issue's exact repro 
now raises:
   
   ```
   ValueError: DatabricksSubmitRunOperator does not support non-serializable
   retry_args/databricks_retry_args when deferrable=True. ...
   ```
   
   instead of the triggerer's `TypeError: 'str' object is not callable`. The 
non-deferrable path still accepts callables, matching the original report.
   
   **Still open:** the docs (Option 2 is implemented but `main` has no 
`retry_args` guidance, so a user hitting the new `ValueError` has nothing to 
read — #68017 covers this), and Option 1 (callable path + import in trigger), 
which was never started.
   
   Worth deciding explicitly whether Option 1 is still wanted: if not, this can 
close when #68017 merges; if yes, retitling to scope it there would stop the 
fixed part being re-reported.
   
   ---
   Drafted-by: Claude Code (Opus 5); reviewed by @moomindani before posting
   


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