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
In the above code warehouse alone is not getting updated.Could you please help to update the warehouse also.This is useful when working with snowflake cloud database
Thanks in advance
Abin
The text was updated successfully, but these errors were encountered:
Hi
from tableaudocumentapi import Datasource
sourceTDS = Datasource.from_file('xyz.tdsx')
sourceTDS.connections[0].warehouse = "REPORTING"
sourceTDS.connections[0].server = "MY-NEW-SERVER"
sourceTDS.connections[0].dbname = "NEW-DATABASE"
sourceTDS.connections[0].username = "benl"
sourceTDS.save()
In the above code warehouse alone is not getting updated.Could you please help to update the warehouse also.This is useful when working with snowflake cloud database
Thanks in advance
Abin
The text was updated successfully, but these errors were encountered: