Re: [PR] Use S3 hook instead of AwsGenericHook in AWS S3 FS [airflow]

2023-11-30 Thread via GitHub
bolkedebruin merged PR #35973: URL: https://github.com/apache/airflow/pull/35973 -- 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: commits-unsubscr...@air

[PR] Use S3 hook instead of AwsGenericHook in AWS S3 FS [airflow]

2023-11-30 Thread via GitHub
hussein-awala opened a new pull request, #35973: URL: https://github.com/apache/airflow/pull/35973 Replace `AwsGenericHook(..., client_type="s3")` with `S3Hook(...)`, which does the same thing implicitly in the AWS S3 FS. -- This is an automated message from the Apache Git Service. To res