ferruzzi commented on code in PR #59341:
URL: https://github.com/apache/airflow/pull/59341#discussion_r2615681142


##########
providers/amazon/tests/system/amazon/aws/example_bedrock_retrieve_and_generate.py:
##########
@@ -66,7 +66,7 @@
     from airflow.decorators import task, task_group  # type: 
ignore[attr-defined,no-redef]
     from airflow.models.baseoperator import chain  # type: 
ignore[attr-defined,no-redef]
     from airflow.models.dag import DAG  # type: 
ignore[attr-defined,no-redef,assignment]
-    from airflow.sdk import Label  # type: ignore[attr-defined,no-redef]
+    from airflow.utils.edgemodifier import Label  # type: 
ignore[attr-defined,no-redef]

Review Comment:
   Gets me all the time, tbh.  It would be nice if the collapsed view at least 
showed the breadcrumb trail so you can see what module»class»method»if-block 
you are in.



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