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

Unable to publish large WorkBook file via asynchronous publishing #1387

Open
shubhrajoy2109 opened this issue Jun 3, 2024 · 0 comments
Open
Labels
help wanted A user needs help, may be a mistake, a bug or a feature request

Comments

@shubhrajoy2109
Copy link

Describe the bug
We are trying to publish a workbook(TWBX) of 228 MB via server.workbooks.publish(wb_item, file_path, 'Overwrite', as_job=True, hidden_views=view-list, but while asynchronously publishing the large workbook file(TWBX), it is getting timed out.

Note: - We are publishing the workbook via Github Actions.

Versions
Details of your environment, including:

  • Tableau Online or Cloud
  • Python version = 3.12.3
  • TSC library version = 0.30

To Reproduce
Steps to reproduce -
file_path=Path to a file which is large(Should be more that 228 mb or 64 mb(As the documentation says))
wb_item = TSC.WorkbookItem(name=WBname , project_id=project_id)
server.workbooks.publish(wb_item, file_path, 'Overwrite', as_job=True, hidden_views=view-list)

Results
The job is not getting finished. As we are running the job via GitHub Actions and till 6 hours the publishing job is not getting completed.

@jacalata jacalata added the help wanted A user needs help, may be a mistake, a bug or a feature request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted A user needs help, may be a mistake, a bug or a feature request
Projects
None yet
Development

No branches or pull requests

2 participants