Fix BigQuery API (and others) not showing in Parsons Documentation#1827
Merged
shaunagm merged 13 commits intomove-coop:mainfrom Apr 15, 2026
Merged
Fix BigQuery API (and others) not showing in Parsons Documentation#1827shaunagm merged 13 commits intomove-coop:mainfrom
shaunagm merged 13 commits intomove-coop:mainfrom
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
(cherry picked from commit ff6aa1f)
Collaborator
|
@bmos can you confirm this should be a non-breaking change? |
Collaborator
Author
|
I changed the names of functions that are not intended for public use. It would be breaking if someone was using those utility functions. If desired, I can add deprecation aliases to make it 100% not breaking even in that edge case. |
Collaborator
|
Yes please - or separate them out into two PRs so we can fix the broken docs quickly and wait until the next major release for the (admittedly very minor) breaking change. |
Collaborator
Author
|
That's probably the better approach, they're not really in scope and I didn't think of them as breaking when I made them |
shaunagm
approved these changes
Apr 15, 2026
Collaborator
|
Thanks for making the changes @bmos! |
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.
#1721 broke our documentation build, which needs access to all our dependencies.
What is this change?
**load_kwargsto load_table_from_file() as described in docstringHow to test the changes (if needed)
Breaking Changes
Breaking changes are changes to our public API which may require existing users to change their code. If there are no breaking changes, any existing parsons user should not need to do anything after updating their parsons version.
Does this PR introduce breaking changes?
Details (if needed)