kaxil commented on code in PR #67623: URL: https://github.com/apache/airflow/pull/67623#discussion_r3318374276
########## providers/amazon/src/airflow/providers/amazon/aws/operators/s3_vectors.py: ########## @@ -24,7 +24,7 @@ from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook from airflow.providers.amazon.aws.operators.base_aws import AwsBaseOperator -from airflow.utils.helpers import prune_dict +from airflow.sdk.utils.helpers import prune_dict Review Comment: Airflow Providers still support Airflow 2.0 so we can't just change to `airflow.sdk` -- 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]
