tree: 4666b5cd33746f4f2e7a4ae48511fc3d929b8c10 [path history] [tgz]
  1. cli/
  2. integration_tests/
  3. polaris/
  4. templates/
  5. test/
  6. .gitignore
  7. .openapi-generator-ignore
  8. .pre-commit-config.yaml
  9. docker-compose.yml
  10. generate_clients.py
  11. pyproject.toml
  12. README.md
client/python/README.md

Apache Polaris Python Package

The Apache Polaris Python package provides a client for interacting with the Apache Polaris REST APIs, including management, Iceberg Catalog, and Polaris Catalog APIs. It enables users to manage and query data catalogs programmatically from Python applications.

Development

Prerequisites

  • Python 3.9 or later
  • poetry >= 2.1

Installation

First we need to generate the OpenAPI client code from the OpenAPI specification by running the following command from the project root directory:

make client-regenerate

Auto-formatting and Linting

make client-lint

Running Integration Tests

make client-integration-test

Generating client distributions

make client-build