This is an automated email from the ASF dual-hosted git repository.
snazy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from 291bd7d10 Update actions/stale digest to fad0de8 (#2984)
add 743940a76 chore(enhancement): rename python package to apache-polaris
(#2812)
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
.../header-cfg.txt => apache_polaris/__init__.py} | 0
client/python/{ => apache_polaris}/cli/__init__.py | 0
.../{ => apache_polaris}/cli/api_client_builder.py | 6 +--
.../{ => apache_polaris}/cli/command/__init__.py | 22 ++++-----
.../cli/command/catalog_roles.py | 8 ++--
.../{ => apache_polaris}/cli/command/catalogs.py | 29 +++++++-----
.../{ => apache_polaris}/cli/command/namespaces.py | 15 +++----
.../{ => apache_polaris}/cli/command/policies.py | 31 ++++++++-----
.../cli/command/principal_roles.py | 14 +++---
.../{ => apache_polaris}/cli/command/principals.py | 6 +--
.../{ => apache_polaris}/cli/command/privileges.py | 8 ++--
.../{ => apache_polaris}/cli/command/profiles.py | 11 ++---
.../{ => apache_polaris}/cli/command/utils.py | 6 +--
.../python/{ => apache_polaris}/cli/constants.py | 0
.../{ => apache_polaris}/cli/options/__init__.py | 0
.../cli/options/option_tree.py | 5 ++-
.../{ => apache_polaris}/cli/options/parser.py | 4 +-
.../python/{ => apache_polaris}/cli/polaris_cli.py | 40 ++++++++---------
.../sdk/__init__.py} | 0
.../{polaris => apache_polaris/sdk/catalog}/.keep | 0
.../sdk/catalog/api}/.keep | 0
.../sdk/catalog/models}/.keep | 0
.../models => apache_polaris/sdk/management}/.keep | 0
.../sdk/management/api}/.keep | 0
.../sdk/management/models}/.keep | 0
client/python/generate_clients.py | 23 +++++-----
client/python/integration_tests/conftest.py | 52 +++++++++++++---------
.../python/integration_tests/test_catalog_apis.py | 29 ++++++------
.../integration_tests/test_management_apis.py | 12 ++---
client/python/polaris/management/models/.keep | 0
client/python/pyproject.toml | 11 +++--
client/python/test/test_cli_parsing.py | 9 ++--
getting-started/spark/notebooks/SparkPolaris.ipynb | 18 ++++----
.../getting-started/notebooks/SparkPolaris.ipynb | 8 ++--
regtests/.dockerignore | 3 +-
regtests/t_pyspark/src/conftest.py | 12 ++---
.../src/test_spark_sql_fine_grained_authz.py | 4 +-
.../src/test_spark_sql_s3_with_privileges.py | 14 +++---
39 files changed, 215 insertions(+), 187 deletions(-)
copy client/python/{templates/header-cfg.txt => apache_polaris/__init__.py}
(100%)
rename client/python/{ => apache_polaris}/cli/__init__.py (100%)
rename client/python/{ => apache_polaris}/cli/api_client_builder.py (97%)
rename client/python/{ => apache_polaris}/cli/command/__init__.py (92%)
rename client/python/{ => apache_polaris}/cli/command/catalog_roles.py (96%)
rename client/python/{ => apache_polaris}/cli/command/catalogs.py (96%)
rename client/python/{ => apache_polaris}/cli/command/namespaces.py (89%)
rename client/python/{ => apache_polaris}/cli/command/policies.py (91%)
rename client/python/{ => apache_polaris}/cli/command/principal_roles.py (93%)
rename client/python/{ => apache_polaris}/cli/command/principals.py (98%)
rename client/python/{ => apache_polaris}/cli/command/privileges.py (96%)
rename client/python/{ => apache_polaris}/cli/command/profiles.py (97%)
rename client/python/{ => apache_polaris}/cli/command/utils.py (88%)
rename client/python/{ => apache_polaris}/cli/constants.py (100%)
rename client/python/{ => apache_polaris}/cli/options/__init__.py (100%)
rename client/python/{ => apache_polaris}/cli/options/option_tree.py (99%)
rename client/python/{ => apache_polaris}/cli/options/parser.py (98%)
rename client/python/{ => apache_polaris}/cli/polaris_cli.py (78%)
copy client/python/{templates/header-cfg.txt =>
apache_polaris/sdk/__init__.py} (100%)
rename client/python/{polaris => apache_polaris/sdk/catalog}/.keep (100%)
rename client/python/{polaris/catalog => apache_polaris/sdk/catalog/api}/.keep
(100%)
rename client/python/{polaris/catalog/api =>
apache_polaris/sdk/catalog/models}/.keep (100%)
rename client/python/{polaris/catalog/models =>
apache_polaris/sdk/management}/.keep (100%)
rename client/python/{polaris/management =>
apache_polaris/sdk/management/api}/.keep (100%)
rename client/python/{polaris/management/api =>
apache_polaris/sdk/management/models}/.keep (100%)
delete mode 100644 client/python/polaris/management/models/.keep