-
Notifications
You must be signed in to change notification settings - Fork 436
Jac/user import #1086
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
Jac/user import #1086
Conversation
Include the url of the request that got an error in the response. Makes it much easier to 8000 debug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
@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 |
Versioneer labels it based on tags - I added an 0.19.1 tag to the dev branch so that may have fixed it |
* 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
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.