SkastVnT commented on PR #66895:
URL: https://github.com/apache/airflow/pull/66895#issuecomment-4447978675

   Fixed the CI failure.
   
   The issue was caused by the new `query_tags` argument being added before 
`caller` in `DatabricksSqlHook.__init__`, while the Databricks SQL sensors were 
still passing `self.caller` positionally. This made `self.caller` get 
interpreted as `query_tags`.
   
   I updated the sensors to pass `caller=self.caller` as a keyword argument, 
amended the commit, and force-pushed the fix.


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