hussein-awala opened a new pull request, #30514:
URL: https://github.com/apache/airflow/pull/30514

   closes: #30504 
   
   ---
   In the `extra_links` route, we are using the method `dag.get_task` to get 
the task:
   
https://github.com/apache/airflow/blob/a9d8ea08c6e80faff37bed552f5c98f3cb21c849/airflow/www/views.py#L3514-L3514
   knowing that the dag contains a dict of `SerializedBaseOperator` instead of 
`BaseOperator`.
   
   In `AzureDataFactoryPipelineRunLink`, a check on the operator type was added 
to fix the static checks, but this condition is always False, because the 
provided operator is an instance of `SerializedBaseOperator`. To fix this I 
just remove the check for now as we do for the other link classes, but we need 
to refacto all the typing part and the methods signatures.
   


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