xchwan opened a new issue, #55955: URL: https://github.com/apache/airflow/issues/55955
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers issue #52712 request to build kinesis provider, which means kinesis data stream. But, the current kinesis hook in providers/amazon/src/airflow/providers/amazon/aws/hooks/kinesis.py only has firehose hook. Base on https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/index.html boto3 doc. Firehose and Kinesis is not in the same category. The kinesis file should not have filehose hook. I think the filehose hook should exist in filehose.py independently for kinesis data stream hook set up. ### Apache Airflow version 3 ### Operating System MacOS26 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened _No response_ ### What you think should happen instead _No response_ ### How to reproduce Only filename need to modify ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
