Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Copilot summary]
This pull request introduces several improvements and updates across the codebase, focusing on modernizing Python support, enhancing packaging and build configuration, updating CI workflows, and adding new sample scripts. It also brings in new model imports and improves project metadata management.
Build & Packaging Improvements:
pyproject.tomlto requiresetuptools>=77.0, changedlicensetolicense-files, expandedurllib3version range, and added new test dependencies includingpytest-xdistandtypes-requests. Also, added explicit package discovery and dynamic version configuration. [1] [2] [3]setup.pyand ensuredcmdclassfromversioneeris used for versioning..gitattributesandMANIFEST.into better manage version files and package data. [1] [2] [3]publish.shscript.CI/CD Workflow Updates:
New Sample Scripts:
samples/create_user.pyfor creating a user via TSC.samples/metadata_paginated_query.pydemonstrating paginated metadata queries.samples/update_connection_auth.pyfor updating a single connection's authentication.samples/update_connections_auth.pyfor bulk updating connection authentication.Model & API Surface Enhancements:
tableauserverclient/__init__.py, includingCollectionItem,ExtensionsServer,ExtensionsSiteSettings,SafeExtension, andSiteOIDCConfiguration, and updated__all__accordingly. [1] [2] [3] [4] [5]Other Improvements:
samples/update_datasource_data.py.CODEOWNERS.Let me know if you want to discuss any of these changes in more detail!
References:
Build & Packaging: [1] [2] [3] [4] [5] [6] [7] [8]
CI/CD: [1] [2] [3] [4] [5]
Samples: [1] [2] [3] [4]
API Surface: [1] [2] [3] [4] [5]
Other: [1] [2]