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?
Code of Conduct
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?
Code of Conduct