madilrob opened a new pull request, #257: URL: https://github.com/apache/flink-connector-aws/pull/257
## Purpose of the change Enable the `apache-flink-connector-aws` python package to be published to PyPi, allowing PyFlink users to install the connectors via `pip install apache-flink-connector-aws`. Package successfully built and uploaded to TestPyPI: https://test.pypi.org/project/apache-flink-connector-aws/6.1.dev0/ ## Verifying this change This change is already covered by existing tests, such as *(please describe tests)*. - The existing flink-python module tests validate the Python wrapper functionality - The python_test job in CI runs linting (flake8, mypy) and integration tests - Package build was manually verified with python -m build and twine check dist/* - TestPyPI upload and installation were manually verified ## Significant changes *(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)* - [ ] Dependencies have been added or upgraded - [ ] Public API has been changed (Public API is any class annotated with `@Public(Evolving)`) - [ ] Serializers have been changed - [ X] New feature has been introduced - If yes, how is this documented? Updated kinesis.md with Python installation instructions and code examples. -- 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]
