Hi, Is it possible to update the data source in th...
# gooddata-cloud
a
Hi, Is it possible to update the data source in the workspace using the Python SDK? I would greatly appreciate any suggestions.
i
Hi Atit, What exactly would like to achieve here, please? To connect existing/new data source to the workspace or to generate the LDM from the data source?
a
Basically we have data source that connect to dev and test environment. I would like to switch our workspace to point to dev for development and point to test for testing.
i
You should be able to update the data source the same way you created it via create_or_update_data_source.
a
Thanks for your suggestion