This is an automated email from the ASF dual-hosted git repository. honahx pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
from 97c94403c Update LICENSE for binary distributions (#1855) add 6b57d12f8 Add integration tests to Python Client (#1856) No new revisions were added by this update. Summary of changes: .github/workflows/python-client.yml | 20 +- client/python/.openapi-generator-ignore | 3 + .../python/.pre-commit-config.yaml | 22 +- client/python/Makefile | 35 ++ .../regtests => client/python}/docker-compose.yml | 21 +- client/python/integration_tests/conftest.py | 356 +++++++++++++++++++++ .../python/integration_tests/test_catalog_apis.py | 168 ++++++++++ .../integration_tests/test_management_apis.py | 127 ++++++++ client/python/pyproject.toml | 2 + client/templates/regenerate.sh | 6 + 10 files changed, 739 insertions(+), 21 deletions(-) copy .github/ISSUE_TEMPLATE/config.yml => client/python/.pre-commit-config.yaml (58%) create mode 100644 client/python/Makefile copy {plugins/spark/v3.5/regtests => client/python}/docker-compose.yml (79%) mode change 100755 => 100644 create mode 100644 client/python/integration_tests/conftest.py create mode 100644 client/python/integration_tests/test_catalog_apis.py create mode 100644 client/python/integration_tests/test_management_apis.py