jscheffl commented on code in PR #41348: URL: https://github.com/apache/airflow/pull/41348#discussion_r1761605002
########## 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: Besides this we also decided to have provider PRs always spearate from Core changes allowing to cherry-pick if needed. -- 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]
