feat: s/athena-client/resolver-athena-client/g#19
Merged
Conversation
0b5a815 to
56c20ef
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR renames the package from athena-client to resolver-athena-client to better reflect its purpose and ownership. The change involves updating all import statements, package configurations, and documentation references to use the new package name.
Key Changes:
- Package name changed from
athena_clienttoresolver_athena_client - Updated all import statements across tests, source code, and examples
- Modified build scripts and configuration files
Reviewed Changes
Copilot reviewed 51 out of 64 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated package name and configuration references |
| src/resolver_athena_client/ | All source code imports updated to new package name |
| tests/ | All test imports updated to new package name |
| examples/ | Example code imports updated to new package name |
| docs/ | Documentation updated with new package references |
| scripts/compile_proto.sh | Build script updated for new package structure |
| .github/workflows/ci.yml | CI configuration updated for new package paths |
Comments suppressed due to low confidence (4)
src/resolver_athena_client/version.py:1
- The version lookup still references "athena_client" but should use "resolver-athena-client" to match the new package name in pyproject.toml.
"""Single point of truth for the version of the package."""
docs/installation.rst:1
- The installation command still references the old package name "athena-client" but should use "resolver-athena-client" to match the new package name.
Installation Guide
docs/installation.rst:1
- The pip installation command still references the old package name "athena-client" but should use "resolver-athena-client".
Installation Guide
docs/installation.rst:1
- The coverage path still references the old package structure "src/athena_client" but should use "src/resolver_athena_client".
Installation Guide
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
anna-singleton-resolver
approved these changes
Sep 9, 2025
ShaunNunnsCrisp
approved these changes
Sep 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
rename athena-client to resolver-athena-client