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


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

Review Comment:
   @pankajkoti , do you think its better to make caller set to "Unknown" by 
default? or the current one is fine?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to