Lee-W commented on code in PR #39295:
URL: https://github.com/apache/airflow/pull/39295#discussion_r1590772660
##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -926,6 +926,7 @@ class DatabricksNotebookOperator(BaseOperator):
"""
template_fields = ("notebook_params",)
+ CALLER = "DatabricksNotebookOperator"
Review Comment:
I think it's because `BaseDatabricksHook` is the base class of all the
databricks hooks. May I know why do we want to make this change?
--
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]