potiuk commented on code in PR #36248:
URL: https://github.com/apache/airflow/pull/36248#discussion_r1428844884


##########
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:
   It's a mistery . MyPy uses a number of heuristics to find types of 
particular objects and sometime it gives up or sometimes drop types if they are 
too complex to analyse. Generally MyPy's behaveriour is often 
non-deterministic/difficult to reason about.



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