Skip to content

Server Response Errror (Bad Request) when overwriting large hyperfile since v0.26 #1299

Closed
@kykrueger

Description

@kykrueger

Describe the bug
When updating from version 0.25 to 0.26, we found that one of our scripts which overwrites a datasource started failing.
We have narrowed down the source of the bug to the following change:
307d8a2#r130310838

This error occurs with our servers running version 2022.1.13,

Versions
Details of your environment, including:

  • Tableau Server version: bug present when using 2022.1.13, but not with 2022.1.16
  • Python version 3.9
  • TSC library version 0.26+

To Reproduce
Upload a large hyperfile, ours causing the error is 150+ MB.

Results

    raise ServerResponseError.from_response(server_response.content, self.parent_srv.namespace, url)
tableauserverclient.server.endpoint.exceptions.ServerResponseError:

        400011: Bad Request
                There was a problem publishing the file

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions