-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update python sdk #120
Merged
Merged
Update python sdk #120
Conversation
This file contains 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
DanialBetres
force-pushed
the
Update-python-SDK
branch
from
April 14, 2021 20:35
94d222b
to
4152989
Compare
rickliao
approved these changes
Apr 15, 2021
ddw-mike
added a commit
that referenced
this pull request
Oct 11, 2022
* Update python sdk (#120) * Update swagger generated API files * Update authentication method to token * Fix oauth and switch to new swagger file * update comment in configuration.py with link to issue * Implement search endpoint * Format files according to flake8 * disable failing test * remove support for python 2.7 (Deprecated) * update readme and contributing docs * increment version number in __init__.py file Co-authored-by: Danial Betres <danialbetres@Danials-MacBook-Pro.local> * Add table and connection endpoints (#121) * Update references to new main branch (#123) * Change doc html name to match GitHub expectation (#124) * Update DOCTYPE format to fix GitHub pages build (#125) * Fix to install the python sdk with pandas for python version > 3.7 (#128) * Fix to install the python sdk with pandas for python version >= 3.7 * Updated circle ci to use pyenv-tox:1.0.0 docker image * Update circle ci config to setup pyenv 3.7.12 3.8.12 3.9.10 3.10.2 * Updated classifiers * [PAP-174] python SDK uses an older version of click library (#129) * [PAP-34] Update python SDK to remove information about searching using resource_id (#130) * PAPPY-277: Remove outdated file functionality (new PR) (#133) * PAPPY-277: remove file upload functionality from update_dataset, replace_dataset, update_project, and replace_project; remove unnecessary parameter from __build_dataset_obj and __build_project_obj * PAPPY-277: Add back file functionality to create_dataset, create_project, and replace_project * PAPPY-277: Update create, patch, and put APIs for datasets and projects * PAPPY-277: Update dataset and project request models * PAPPY-277: Remove file functionality from replace_project * PAPPY-277: Replace dummy lambdas with method overloading * PAPPY-277: Support method overloading with multipledispatch * PAPPY-277: Rename duplicate methods * PAPPY-277: Remove if statements in builders (with files) * PAPPY-277: Remove duplicate code * PAPPY-277: Fix method calls * PAPPY-277: Fix line length * PAPPY-277: Fix static method calls * PAPPY-277: Re-add 'DISCOVERABLE' visibility for datasets Co-authored-by: Danial Betres <danial.betres@data.world> Co-authored-by: Danial Betres <danialbetres@Danials-MacBook-Pro.local> Co-authored-by: Danial Betres <dbetres@uwaterloo.ca> Co-authored-by: Marie Chatfield Rivas <marie.rivas@data.world> Co-authored-by: nikhilhegde-ddw <96458241+nikhilhegde-ddw@users.noreply.github.com>
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.
https://dataworld.atlassian.net/browse/ENG-2110
This PR completes the following: