Open andcsie opened 2 years ago
We were able to fix this by adding these two permissions to the dict server_to_rest_capability_map in tableau_tools/tableau_rest_api/permissions.py
'Explain Data': 'RunExplainData',
'Create/Refresh Metrics': 'CreateRefreshMetrics'
Hello,
We are using the
tableau-tools==5.2.1
version with theTableauRestApiConnection35
connection. Lately we started to receive errors such as: "“CreateRefreshMetrics” is not a capability in REST API or Server. " for thequery_project
method of the connection object. Can you please check what is going on?