jscheffl commented on code in PR #41348:
URL: https://github.com/apache/airflow/pull/41348#discussion_r1761601629


##########
tests/providers/amazon/aws/assets/test_s3.py:
##########
@@ -20,13 +20,13 @@
 
 import pytest
 
-from airflow.datasets import Dataset
-from airflow.providers.amazon.aws.datasets.s3 import (
-    convert_dataset_to_openlineage,
-    create_dataset,
+from airflow.providers.amazon.aws.assets.s3 import (

Review Comment:
   Such change would break the usage of the provider in Airflow prior 3.0.
   Can you please make the changes in a way that tests are also able to run 
with Airflow 2.8-2.10?



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