hussein-awala commented on code in PR #36248:
URL: https://github.com/apache/airflow/pull/36248#discussion_r1428820942


##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -521,7 +521,7 @@ def execute(self, context: Context):
         ):
             # If pipeline_id is not provided, we need to fetch it from the 
pipeline_name
             pipeline_name = self.json["pipeline_task"]["pipeline_name"]
-            self.json["pipeline_task"]["pipeline_id"] = 
self._hook.get_pipeline_id(pipeline_name)

Review Comment:
   I wonder why Mypy didn't block #32903 which added this call to the 
non-existing method. @potiuk do you have an idea?



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