Lee-W commented on code in PR #43773: URL: https://github.com/apache/airflow/pull/43773#discussion_r1845918954
########## providers/tests/google/cloud/hooks/test_gcs.py: ########## @@ -36,7 +36,7 @@ from google.cloud.storage.retry import DEFAULT_RETRY from airflow.exceptions import AirflowException -from airflow.providers.common.compat.assets import Asset +from airflow.providers.google.assets.gcs import Asset Review Comment: Let me try it again. 🤔 If the test is using the latest released compact provider, it won't work because there's a fix in this PR. But if it's using the latest code in this PR, we should be able to revert it -- 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]
