Skip to content

Commit 382e664

Browse files
Merge pull request #38 from tableau/jonas-eckhardt-single-table-publish
Update README.md
2 parents 6a466c6 + f82981f commit 382e664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Community-Supported/publish-hyper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This sample demonstrates how to leverage the Hyper API and Tableau Server Client
77
- Create a single-table `.hyper` file
88
- Publish the file as a datasource directly to Tableau Server or Tableau Online, without a .tdsx file
99

10-
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.
10+
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.
1111

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

26-
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.
26+
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 commit comments

Comments
 (0)