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

update_datasource_connection_by_luid RecursionError #80

Open
aaronmott opened this issue Jan 8, 2020 · 1 comment
Open

update_datasource_connection_by_luid RecursionError #80

aaronmott opened this issue Jan 8, 2020 · 1 comment

Comments

@aaronmott
Copy link

Version 5.1.0
OS - Mac OS 10.15.2
Python 3.7.5 64bit

TableauRestApiConnection31.update_datasource_connection_by_luid throws the following when trying to update the datasource connection:
Traceback (most recent call last): File "tab-deploy-by-app.py", line 304, in <module> datasource_luid=publishResult, new_server_address=newDBAddress, new_connection_username=username, new_connection_password=password File "/usr/local/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/datasource.py", line 128, in update_datasource_connection_by_luid tsr = self.__build_connection_update_xml(new_server_address, new_server_port, File "/usr/local/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/workbook.py", line 10, in __getattr__ return getattr(self.rest_api_base, attr) File "/usr/local/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/workbook.py", line 10, in __getattr__ return getattr(self.rest_api_base, attr) File "/usr/local/lib/python3.7/site-packages/tableau_tools/tableau_rest_api/methods/workbook.py", line 10, in __getattr__ return getattr(self.rest_api_base, attr) [Previous line repeated 330 more times] RecursionError: maximum recursion depth exceeded while calling a Python object

@bryanthowell-tableau
Copy link
Owner

Hi Aaron, can you check and see if the latest versions correct this issue?

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