-
Notifications
You must be signed in to change notification settings - Fork 4
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
Title: Unable to Change API Version in Tableau Migration SDK from 3.23 to 3.20 #33
Comments
Thanks for logging the issue for a clarification. The server URL should not have a version specified in it. It should just be Here are my answers to your questions:
May I ask why you want to go back to 3.20. Is there specific SDK functionality you are looking for ? |
Hi pvshn, Thank you for your detailed explanation and for addressing my queries. The reason I want to use API version 3.20 is that the Tableau Cloud version I am currently working with is 3.20. However, I encounter an "unauthorized" error message every time I run my code. I suspect this might be due to the API version mismatch. |
You should not include the API version in the URL because the SDK does not support that URL format. It should just be something like I have just noticed that the A few other things to note
|
Thank you for your answer pvshn, I have new issues right now. Once I run the code its working, but one question is it really slow, and it will send message to my manager, and the message is about Fwd: You've Been Invited to Tableau Cloud, after he received email, he cannot login to the tableau cloud anymore, the error message is MFA not current. For this code, can i modify the data source like in the source the data source is postgre.com.au and in the destination is postgres2.com.au |
Description:
I am currently using the Tableau Migration SDK for migrating content from Tableau Server to Tableau Cloud. However, I am encountering an issue where the SDK seems to enforce the usage of API version 3.23, despite my attempts to use API version 3.20 instead.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: