Fixes #355 - #399
Closed
sj-porter-dev wants to merge 13 commits into
Closed
Conversation
* Adding all of the new site roles
Added support for asynchronous publishing on workbook and datasource endpoints
Merge in v0.7 from development.
Included documentation on how to login to Tableau Online as well as Tableau Server. Also included a commented-out line to demonstrate how to specify a certain REST API version, which helps users maintain their code. Promoted using a "with" block to sign in since it is a best practice for managing files and requires fewer commands.
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.
Simple documentation revision to provide instructions on how to connect to Tableau Online as well as Tableau Server. Also added a demonstration of how to manually specify the REST API version (for code maintainability) and promoted using the with clause for connecting to Tableau Server as it is similar to the best practices for handling files and would be easier for a new user to grasp.