Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated description of the single table publish sample to make it less ambigous.
  • Loading branch information
jonas-eckhardt authored Sep 16, 2021
1 parent 6a466c6 commit f82981f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Community-Supported/publish-hyper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample demonstrates how to leverage the Hyper API and Tableau Server Client
- Create a single-table `.hyper` file
- Publish the file as a datasource directly to Tableau Server or Tableau Online, without a .tdsx file

It should serve as a starting point for anyone looking to automate the publishing process of multi-table extracts and data sources to Tableau. The Tableau Server Client library (TSC) is able to publish single-table hyper files directly to Online/Server, but this is not currently the case for any extract with multiple tables. Because of this, there is an important additional step of swapping the newly built hyper file into an existing packaged data source.
It should serve as a starting point for anyone looking to automate the publishing process of (single-table) hyper files to Tableau Server or Online.

## __Prerequisites__
To run the script, you will need:
Expand All @@ -23,4 +23,4 @@ Edit the following:
- Name of `.hyper` file
- TableDefinition (columns and SQLTypes)

Next, you'll need to determine how to insert the data into the `.hyper` file. This will vary depending on the shape of the data and how it is stored. Please see our other samples for more on best practices with the Hyper API. Make those changes in the `insert_data()` function.
Next, you'll need to determine how to insert the data into the `.hyper` file. This will vary depending on the shape of the data and how it is stored. Please see our other samples for more on best practices with the Hyper API. Make those changes in the `insert_data()` function.

0 comments on commit f82981f

Please sign in to comment.