Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Datasource Refresh Fails because of empty_req function (see solution below) #257

Copy link
Copy link
@delperdang

Description

@delperdang
Issue body actions

In tableauserverclient/server/request_factory.py line 404, myself and a colleague found an issue with the empty_req function within the EmptyRequest class. The issue presented itself when attempting to perform a datasource refresh which uses this function. We believe the empty_req function definition should include the "self" argument in addition to "xml_request". This fix worked for us.

request_factory.py line 404 before the fix:
def empty_req(xml_request):

request_factory.py line 404 after the fix:
def_empty_req(self, xml_request):

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.