diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 57bcd7fba3e..0ab07945d49 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -1,8 +1,8 @@ name: pypi -on: workflow_dispatch - #release: - #types: [published] +on: + release: + types: [published] jobs: pypi: @@ -16,14 +16,12 @@ jobs: shell: bash run: echo "::set-output name=tag::$(echo ${GITHUB_REF##*/} | sed s/^v//g)" id: version + - name: Python re-generate client + run: make client-python PACKAGE_VERSION=${{ steps.version.outputs.tag }} - name: Python build package - run: | - make client-python PACKAGE_VERSION=${{ steps.version.outputs.tag }} - make package-python - echo "LIST FILES" - ls -l clients/python + run: make package-python - name: Python publish package - #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ diff --git a/Makefile b/Makefile index cc7398dc62f..f5a9a431734 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ifndef PACKAGE_VERSION PACKAGE_VERSION=0.1.0.dev endif -PYTHON_IMAGE=python:# +PYTHON_IMAGE=python:3 export PATH:= $(PATH):$(GOBINPATH) @@ -111,7 +111,7 @@ client-python: api/swagger.yml ## Generate SDK for Python client clients: client-python package-python: - $(DOCKER) run --rm -v $(shell pwd):/mnt -w /mnt/clients/python python:3 ./build-package.sh + $(DOCKER) run --rm -v $(shell pwd):/mnt -w /mnt/clients/python $(PYTHON_IMAGE) ./build-package.sh package: package-python diff --git a/clients/python/README.md b/clients/python/README.md index ed0a73af4f4..45631576eb0 100644 --- a/clients/python/README.md +++ b/clients/python/README.md @@ -239,7 +239,7 @@ Class | Method | HTTP request | Description ## Author - +hello@treeverse.io ## Notes for Large OpenAPI documents diff --git a/clients/python/lakefs/__init__.py b/clients/python/lakefs/__init__.py index 5b042b6c2f3..3a662a8510b 100644 --- a/clients/python/lakefs/__init__.py +++ b/clients/python/lakefs/__init__.py @@ -6,6 +6,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/actions_api.py b/clients/python/lakefs/api/actions_api.py index 3564c8f9434..270c4882eb0 100644 --- a/clients/python/lakefs/api/actions_api.py +++ b/clients/python/lakefs/api/actions_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/auth_api.py b/clients/python/lakefs/api/auth_api.py index d6f2847759f..6158fa70e02 100644 --- a/clients/python/lakefs/api/auth_api.py +++ b/clients/python/lakefs/api/auth_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/branches_api.py b/clients/python/lakefs/api/branches_api.py index 37e6065a0b8..c5ac175cf3b 100644 --- a/clients/python/lakefs/api/branches_api.py +++ b/clients/python/lakefs/api/branches_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/commits_api.py b/clients/python/lakefs/api/commits_api.py index 3fb284d0f8d..9afea73a4d8 100644 --- a/clients/python/lakefs/api/commits_api.py +++ b/clients/python/lakefs/api/commits_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/config_api.py b/clients/python/lakefs/api/config_api.py index 702a26563c1..83add410b0b 100644 --- a/clients/python/lakefs/api/config_api.py +++ b/clients/python/lakefs/api/config_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/health_check_api.py b/clients/python/lakefs/api/health_check_api.py index 24b6ec95620..1af17c5dd42 100644 --- a/clients/python/lakefs/api/health_check_api.py +++ b/clients/python/lakefs/api/health_check_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/metadata_api.py b/clients/python/lakefs/api/metadata_api.py index 911146d3d85..0571baa0bd1 100644 --- a/clients/python/lakefs/api/metadata_api.py +++ b/clients/python/lakefs/api/metadata_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/objects_api.py b/clients/python/lakefs/api/objects_api.py index 30bf5060669..3219d6ac970 100644 --- a/clients/python/lakefs/api/objects_api.py +++ b/clients/python/lakefs/api/objects_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/refs_api.py b/clients/python/lakefs/api/refs_api.py index f8c5c862bfb..2eb1ab171f1 100644 --- a/clients/python/lakefs/api/refs_api.py +++ b/clients/python/lakefs/api/refs_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/repositories_api.py b/clients/python/lakefs/api/repositories_api.py index 0676e2185d8..d42a0382088 100644 --- a/clients/python/lakefs/api/repositories_api.py +++ b/clients/python/lakefs/api/repositories_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/staging_api.py b/clients/python/lakefs/api/staging_api.py index 44ff801e020..f2a371d2506 100644 --- a/clients/python/lakefs/api/staging_api.py +++ b/clients/python/lakefs/api/staging_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api/tags_api.py b/clients/python/lakefs/api/tags_api.py index c8d72d0baf7..df36bba5c35 100644 --- a/clients/python/lakefs/api/tags_api.py +++ b/clients/python/lakefs/api/tags_api.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/api_client.py b/clients/python/lakefs/api_client.py index 33c2a01d15d..c8a6e2b01b4 100644 --- a/clients/python/lakefs/api_client.py +++ b/clients/python/lakefs/api_client.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/configuration.py b/clients/python/lakefs/configuration.py index 6ac4fdb4301..7a6c7b79fd0 100644 --- a/clients/python/lakefs/configuration.py +++ b/clients/python/lakefs/configuration.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/exceptions.py b/clients/python/lakefs/exceptions.py index 218a4558a53..988b27e8124 100644 --- a/clients/python/lakefs/exceptions.py +++ b/clients/python/lakefs/exceptions.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/access_key_credentials.py b/clients/python/lakefs/model/access_key_credentials.py index 0a07997da4c..7ad066d60a9 100644 --- a/clients/python/lakefs/model/access_key_credentials.py +++ b/clients/python/lakefs/model/access_key_credentials.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/action_run.py b/clients/python/lakefs/model/action_run.py index 8c2c540d31e..eba538bb802 100644 --- a/clients/python/lakefs/model/action_run.py +++ b/clients/python/lakefs/model/action_run.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/action_run_list.py b/clients/python/lakefs/model/action_run_list.py index 96b0ad805df..9d52cb2a4f9 100644 --- a/clients/python/lakefs/model/action_run_list.py +++ b/clients/python/lakefs/model/action_run_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/branch_creation.py b/clients/python/lakefs/model/branch_creation.py index 9835d55f771..703c9e35a64 100644 --- a/clients/python/lakefs/model/branch_creation.py +++ b/clients/python/lakefs/model/branch_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/commit.py b/clients/python/lakefs/model/commit.py index 1f8d67ac620..a0d371e2767 100644 --- a/clients/python/lakefs/model/commit.py +++ b/clients/python/lakefs/model/commit.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/commit_creation.py b/clients/python/lakefs/model/commit_creation.py index bb3b458b41f..25289de88f0 100644 --- a/clients/python/lakefs/model/commit_creation.py +++ b/clients/python/lakefs/model/commit_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/commit_list.py b/clients/python/lakefs/model/commit_list.py index 7dda8315e42..9ae85ddce00 100644 --- a/clients/python/lakefs/model/commit_list.py +++ b/clients/python/lakefs/model/commit_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/config.py b/clients/python/lakefs/model/config.py index f6f81224331..c6bc8394f88 100644 --- a/clients/python/lakefs/model/config.py +++ b/clients/python/lakefs/model/config.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/credentials.py b/clients/python/lakefs/model/credentials.py index ba695539222..0eae2bf3c7e 100644 --- a/clients/python/lakefs/model/credentials.py +++ b/clients/python/lakefs/model/credentials.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/credentials_list.py b/clients/python/lakefs/model/credentials_list.py index 44ec53941a5..0ca5c493bd5 100644 --- a/clients/python/lakefs/model/credentials_list.py +++ b/clients/python/lakefs/model/credentials_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/credentials_with_secret.py b/clients/python/lakefs/model/credentials_with_secret.py index 722821b6287..e422cb6683e 100644 --- a/clients/python/lakefs/model/credentials_with_secret.py +++ b/clients/python/lakefs/model/credentials_with_secret.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/current_user.py b/clients/python/lakefs/model/current_user.py index 5d211fa21d7..c7109e3bf59 100644 --- a/clients/python/lakefs/model/current_user.py +++ b/clients/python/lakefs/model/current_user.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/diff.py b/clients/python/lakefs/model/diff.py index 70db0a4b1d7..2d1312fda06 100644 --- a/clients/python/lakefs/model/diff.py +++ b/clients/python/lakefs/model/diff.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/diff_list.py b/clients/python/lakefs/model/diff_list.py index f7a78437b4d..b57e80968e6 100644 --- a/clients/python/lakefs/model/diff_list.py +++ b/clients/python/lakefs/model/diff_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/error.py b/clients/python/lakefs/model/error.py index ea43d92429a..919a4254768 100644 --- a/clients/python/lakefs/model/error.py +++ b/clients/python/lakefs/model/error.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/group.py b/clients/python/lakefs/model/group.py index 9798b6b0620..dfe8ede9b7a 100644 --- a/clients/python/lakefs/model/group.py +++ b/clients/python/lakefs/model/group.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/group_creation.py b/clients/python/lakefs/model/group_creation.py index fe25c350460..ce05f22f1d7 100644 --- a/clients/python/lakefs/model/group_creation.py +++ b/clients/python/lakefs/model/group_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/group_list.py b/clients/python/lakefs/model/group_list.py index a8e4c2c4879..6ef35fc0cca 100644 --- a/clients/python/lakefs/model/group_list.py +++ b/clients/python/lakefs/model/group_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/hook_run.py b/clients/python/lakefs/model/hook_run.py index 44df0a1fcbc..e1a4e821fbd 100644 --- a/clients/python/lakefs/model/hook_run.py +++ b/clients/python/lakefs/model/hook_run.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/hook_run_list.py b/clients/python/lakefs/model/hook_run_list.py index b4c9024c790..ad7f07dda24 100644 --- a/clients/python/lakefs/model/hook_run_list.py +++ b/clients/python/lakefs/model/hook_run_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/merge.py b/clients/python/lakefs/model/merge.py index 8e3b77530f9..971619fcb6e 100644 --- a/clients/python/lakefs/model/merge.py +++ b/clients/python/lakefs/model/merge.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/merge_result.py b/clients/python/lakefs/model/merge_result.py index 1f4f7b1cc50..8f356817d4a 100644 --- a/clients/python/lakefs/model/merge_result.py +++ b/clients/python/lakefs/model/merge_result.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/merge_result_summary.py b/clients/python/lakefs/model/merge_result_summary.py index 0f844d6592e..f60ac46bb07 100644 --- a/clients/python/lakefs/model/merge_result_summary.py +++ b/clients/python/lakefs/model/merge_result_summary.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/object_stage_creation.py b/clients/python/lakefs/model/object_stage_creation.py index 4e3823c6835..91772a4ff0a 100644 --- a/clients/python/lakefs/model/object_stage_creation.py +++ b/clients/python/lakefs/model/object_stage_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/object_stats.py b/clients/python/lakefs/model/object_stats.py index 9bf71d8c4e4..281a58bef5c 100644 --- a/clients/python/lakefs/model/object_stats.py +++ b/clients/python/lakefs/model/object_stats.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/object_stats_list.py b/clients/python/lakefs/model/object_stats_list.py index 9f3b18b796a..451bd2afada 100644 --- a/clients/python/lakefs/model/object_stats_list.py +++ b/clients/python/lakefs/model/object_stats_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/pagination.py b/clients/python/lakefs/model/pagination.py index 8577c0b3a98..15bf140da52 100644 --- a/clients/python/lakefs/model/pagination.py +++ b/clients/python/lakefs/model/pagination.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/policy.py b/clients/python/lakefs/model/policy.py index 80686194500..d0703fcacca 100644 --- a/clients/python/lakefs/model/policy.py +++ b/clients/python/lakefs/model/policy.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/policy_list.py b/clients/python/lakefs/model/policy_list.py index 40f78ee1de8..2c421fbe24a 100644 --- a/clients/python/lakefs/model/policy_list.py +++ b/clients/python/lakefs/model/policy_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/ref.py b/clients/python/lakefs/model/ref.py index 3b2ea505dd0..270887f3be2 100644 --- a/clients/python/lakefs/model/ref.py +++ b/clients/python/lakefs/model/ref.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/ref_list.py b/clients/python/lakefs/model/ref_list.py index 5daa1b9228b..1ff3f3e9f5d 100644 --- a/clients/python/lakefs/model/ref_list.py +++ b/clients/python/lakefs/model/ref_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/refs_dump.py b/clients/python/lakefs/model/refs_dump.py index 8e1405eaae9..8a877a78864 100644 --- a/clients/python/lakefs/model/refs_dump.py +++ b/clients/python/lakefs/model/refs_dump.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/repository.py b/clients/python/lakefs/model/repository.py index 990c5cbd429..c93ce8d7539 100644 --- a/clients/python/lakefs/model/repository.py +++ b/clients/python/lakefs/model/repository.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/repository_creation.py b/clients/python/lakefs/model/repository_creation.py index 68917efa15c..bf550430062 100644 --- a/clients/python/lakefs/model/repository_creation.py +++ b/clients/python/lakefs/model/repository_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/repository_list.py b/clients/python/lakefs/model/repository_list.py index ae83981b6d8..54e7a3f3ac3 100644 --- a/clients/python/lakefs/model/repository_list.py +++ b/clients/python/lakefs/model/repository_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/reset_creation.py b/clients/python/lakefs/model/reset_creation.py index 43b253ce64b..daca2fe8f92 100644 --- a/clients/python/lakefs/model/reset_creation.py +++ b/clients/python/lakefs/model/reset_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/revert_creation.py b/clients/python/lakefs/model/revert_creation.py index 97e8fd03df2..07ce29e6f8c 100644 --- a/clients/python/lakefs/model/revert_creation.py +++ b/clients/python/lakefs/model/revert_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/setup.py b/clients/python/lakefs/model/setup.py index 72a3c7e8caa..2706d8345c2 100644 --- a/clients/python/lakefs/model/setup.py +++ b/clients/python/lakefs/model/setup.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/staging_location.py b/clients/python/lakefs/model/staging_location.py index 4648cb9a5e7..ca2b63bbae5 100644 --- a/clients/python/lakefs/model/staging_location.py +++ b/clients/python/lakefs/model/staging_location.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/staging_metadata.py b/clients/python/lakefs/model/staging_metadata.py index 0b71acce0c1..60f563efdf7 100644 --- a/clients/python/lakefs/model/staging_metadata.py +++ b/clients/python/lakefs/model/staging_metadata.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/statement.py b/clients/python/lakefs/model/statement.py index 61aa2e17471..b915e2bb497 100644 --- a/clients/python/lakefs/model/statement.py +++ b/clients/python/lakefs/model/statement.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/storage_uri.py b/clients/python/lakefs/model/storage_uri.py index c823f23f97a..7d3ba407ba5 100644 --- a/clients/python/lakefs/model/storage_uri.py +++ b/clients/python/lakefs/model/storage_uri.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/tag_creation.py b/clients/python/lakefs/model/tag_creation.py index 20494d7becb..9a2d19637df 100644 --- a/clients/python/lakefs/model/tag_creation.py +++ b/clients/python/lakefs/model/tag_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/underlying_object_properties.py b/clients/python/lakefs/model/underlying_object_properties.py index f89c7cb5a8d..4d448e7ef7c 100644 --- a/clients/python/lakefs/model/underlying_object_properties.py +++ b/clients/python/lakefs/model/underlying_object_properties.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/user.py b/clients/python/lakefs/model/user.py index a315743ac63..8c3b139b02f 100644 --- a/clients/python/lakefs/model/user.py +++ b/clients/python/lakefs/model/user.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/user_creation.py b/clients/python/lakefs/model/user_creation.py index 255ff410a2e..0ad3039b9d9 100644 --- a/clients/python/lakefs/model/user_creation.py +++ b/clients/python/lakefs/model/user_creation.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model/user_list.py b/clients/python/lakefs/model/user_list.py index bc861397921..d20a452f3aa 100644 --- a/clients/python/lakefs/model/user_list.py +++ b/clients/python/lakefs/model/user_list.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/model_utils.py b/clients/python/lakefs/model_utils.py index 2119bb881c7..ae54ac4b2ef 100644 --- a/clients/python/lakefs/model_utils.py +++ b/clients/python/lakefs/model_utils.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/lakefs/rest.py b/clients/python/lakefs/rest.py index f90f21b7261..7ec3e5fca76 100644 --- a/clients/python/lakefs/rest.py +++ b/clients/python/lakefs/rest.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ diff --git a/clients/python/setup.py b/clients/python/setup.py index c2539d5c932..f4f85338cdf 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -4,6 +4,7 @@ lakeFS HTTP API # noqa: E501 The version of the OpenAPI document: 0.1.0 + Contact: hello@treeverse.io Generated by: https://openapi-generator.tech """ @@ -28,8 +29,8 @@ name=NAME, version=VERSION, description="lakeFS API", - author="OpenAPI Generator community", - author_email="team@openapitools.org", + author="treeverse.io", + author_email="hello@treeverse.io", url="https://github.com/treeverse/lakeFS/tree/feature/python-client/clients/python", keywords=["OpenAPI", "OpenAPI-Generator", "lakeFS API"], python_requires=">=3.6",