Jac/user import#1086
Merged
Merged
Conversation
Include the url of the request that got an error in the response. Makes it much easier to debug.
mmuttreja-tableau
approved these changes
Aug 5, 2022
Contributor
mmuttreja-tableau
left a comment
There was a problem hiding this comment.
Does dev branch need a version bump? I got a error installing the development branch
tabcmd 2.0.6.dev13 requires tableauserverclient>=0.19, but you have tableauserverclient 0.18.0.post0.dev47 which is incompatible
Added method comments, renamed to make private methods clearer, deleted duplicate as_reference method
Contributor
|
@mmuttreja-tableau no it won't need a version bump. It looks like you have an older install-from-source which pip can't always upgrade. In that environment try |
Contributor
Author
|
Versioneer labels it based on tags - I added an 0.19.1 tag to the dev branch so that may have fixed it |
jacalata
added a commit
that referenced
this pull request
Sep 20, 2022
* Include the url of the request that got an error in the response. Makes it much easier to debug. * Add user import logic, and user import example in samples
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.
Debugging some of the user logic in tabcmd when I realized it really belongs in here, to be re-usable
This implements bulk importing users in a csv file: note that it still doesn't have the efficiency of a real bulk import, because the users are added one by one, but it at least makes it possible to use the file import process.