8000 problem with connections[0].server_port( server_port is not updating on the tableau server) · Issue #281 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content

problem with connections[0].server_port( server_port is not updating on the tableau server) #281

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

Closed
harish2493 opened this issue Apr 4, 2018 · 6 comments
Labels

Comments

@harish2493
Copy link
harish2493 commented Apr 4, 2018

No description provided.

@shinchris shinchris added the bug label Apr 5, 2018
@shinchris
Copy link
Contributor

Thanks for catching this! I've created a pull request to address this issue.

shinchris added a commit that referenced this issue Apr 6, 2018
* addressing bug #281: update datasource connection not updating server port properly
@harish2493
Copy link
Author

@shinchris : still it is not updating the server port on tableau server. I have refresehed the browser but still I am not able to see updated values on Tableau server. Can u re-verify the code whether it is updating the server port on the tableau server or not ?

@shinchris
Copy link
Contributor

Did you use the 'development' branch, instead of 'master'? I made changes to the 'development' branch and locally tested the fix to make sure server port is updated correctly.

@t8y8
Copy link
Collaborator
t8y8 commented Apr 12, 2018

This function isn't intended to be called publicly server.datasources._get_datasource_connections(datasource) it's possible that might have something to do with it.

@t8y8
Copy link
Collaborator
t8y8 commented Apr 12, 2018
server.datasources.populate_connections(datasource)  # binds a callable that always returns a fresh list
connections = datasource.connections . # returns the list of connections
print(", ".join(str(x) for x in connections))
7D9D

@irwando
Copy link
Contributor
irwando commented Jul 25, 2019

Issue should be long fixed. CLosing.

@irwando irwando closed this as completed Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
0