You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to publish tableau workbooks using Python library and using MySql DB as datasource. I am facing the following issue:-
403007: Forbidden
Workbook failed to establish a connection to your datasource.
I think its because my DB is on SSL and expects certificate provided by the client while making connection. It looks like there is no property in ConnectionItem where we can specify certificate and enable SSL connection. Is there a way to specify it? Or the issue can be because of another reason?
Would appreciate any help !
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to publish tableau workbooks using Python library and using MySql DB as datasource. I am facing the following issue:-
403007: Forbidden
Workbook failed to establish a connection to your datasource.
I think its because my DB is on SSL and expects certificate provided by the client while making connection. It looks like there is no property in ConnectionItem where we can specify certificate and enable SSL connection. Is there a way to specify it? Or the issue can be because of another reason?
Would appreciate any help !
The text was updated successfully, but these errors were encountered: