-
Notifications
You must be signed in to change notification settings - Fork 273
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
Can not activate 'queryTaggingEnabled' to true for a bigquery datasource #69
Comments
Hi Ivan, |
I have exactly the same problem: I would like to set Maybe it has to do with oAuth connections: how to set I basically use the following python code: xml_request = ET.Element('tsRequest')
connection_element = ET.SubElement(xml_request, 'connection', queryTaggingEnabled="true")
xml_request = ET.tostring(xml_request)
response = requests.put(
workbook_conn_url + "/" + "5a4e451a-1130",
headers=tableau_authentication_headers,
data=xml_request,
) Which comes down to doing this PUT request: But I get the following generic error: What should I do to fix this? How can I set See also: Further documentation: |
I created a support case with Tableau for this: My conclusion: -> Changing oauth connections (such as BQ) is not possible at the moment:
|
Hey folks, I'm trying the same for a BigQuery Data Source using Service Account connection. Has there been any update on this issue or maybe a workaround figured out? |
Hello,
I have a Tableau Server 2022.1.3 (API v 3.15).
Using REST API, I have successfully activated the 'queryTaggingEnabled' property to true for a published datasource linked to a MS SQL Server.
I wanted to do the same for a published datasource linked to a big query dataset.
The 'queryTaggingEnabled' property remains to false.
I am stuck, and my goal is to investigate on big query to limit costs.
Waiting for help
Thank you
Ivan
The text was updated successfully, but these errors were encountered: