Skip to content
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

What is the max size of hyperfile upload support? #25

Closed
puchengy opened this issue Feb 10, 2021 · 3 comments
Closed

What is the max size of hyperfile upload support? #25

puchengy opened this issue Feb 10, 2021 · 3 comments

Comments

@puchengy
Copy link

Hi question regarding https://github.com/tableau/hyper-api-samples/tree/main/Community-Supported/publish-hyper where it shows how to create only one hyper file and upload to Tableau server. I am trying to do the same: I have 30G of CSV data on s3, I am planning to download it locally, and convert them to hyper files.

Question:

  1. can I break my table's data into several hyper files and upload to Tableau server separately?
  2. what is the max size of hyper file can be uploaded from local to Tableau server? assuming I am using the python client.

Thanks!

@tsjoblad
Copy link
Contributor

Hey--I don't think there's a max size TSC can handle. From TSC's doc:

This method checks the size of the data source and automatically determines whether the publish the data source in multiple parts or in one operation.

Additionally, the below examples should help get you started with Multi-Table publishing and working with S3 data:

Let me know if you have any further questions!

@puchengy
Copy link
Author

@tsjoblad thank you for your quick response! I will take a look! Thanks again!

@tsjoblad
Copy link
Contributor

Sure thing, feel free to reopen if you want to talk about either!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants