SkastVnT commented on PR #66895: URL: https://github.com/apache/airflow/pull/66895#issuecomment-4485578222
**Thanks again for the review. I fixed the CI failure and rebased the branch onto the latest upstream/main.** The issue was in the new param-order tests: they mocked BaseDatabricksHook.__init__, so hook.caller was never initialized. The tests now assert that caller is forwarded to the base hook constructor instead, which matches what the test is intended to verify. Checks should re-run on the latest pushed commit. -- 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]
