uranusjr commented on code in PR #43773:
URL: https://github.com/apache/airflow/pull/43773#discussion_r1843364813


##########
airflow/providers_manager.py:
##########
@@ -905,7 +905,7 @@ def _discover_filesystems(self) -> None:
 
     def _discover_asset_uri_resources(self) -> None:
         """Discovers and registers asset URI handlers, factories, and 
converters for all providers."""
-        from airflow.assets import normalize_noop
+        from airflow.sdk.definitions.asset import normalize_noop

Review Comment:
   It’s somewhat weird this imports from the SDK. I don’t have very good ideas 
though.



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