rawwar commented on code in PR #39295:
URL: https://github.com/apache/airflow/pull/39295#discussion_r1590778252


##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -926,6 +926,7 @@ class DatabricksNotebookOperator(BaseOperator):
     """
 
     template_fields = ("notebook_params",)
+    CALLER = "DatabricksNotebookOperator"

Review Comment:
   There was no caller actually being passed to the base hook from 
`DatabricksNotebookOperator`. So, I added it. Just wanted to confirm what value 
I should keep in the `DatabricksNotebookOperator` class.



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