pvary opened a new pull request, #27: URL: https://github.com/apache/flink-connector-shared-utils/pull/27
Adds a new `python_ci.yml` workflow which could be used to execute python tests for connectors. The requirement is that the code should be built with the command below: ``` mvn clean install -Dflink.version=${{ inputs.flink_version }} ``` The test should be run by the following command: ``` cd flink-python chmod a+x dev/* ./dev/lint-python.sh -e mypy,sphinx ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org