Vamsi-klu commented on PR #68519: URL: https://github.com/apache/airflow/pull/68519#issuecomment-4724250853
@eladkal not against a live workspace, since I do not have access to one. The change is covered by unit tests with a mocked DatabricksHook, and the tests assert that the exact payload handed to hook.create_job / hook.submit_run / hook.run_now is identical to what the operators sent before this PR for non-templated inputs, plus the newly fixed templated/XCom cases. So the request shape to the Databricks API is unchanged for existing users; what changes is when the payload is assembled (render time) and when validation errors surface (task-run time). If a maintainer can run it against a live workspace, I am happy to incorporate any findings. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @Vamsi-klu 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]
