8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It is not possible to rename a datasource and the example in API reference didn't work :
-- do some updating datasource.name = 'New Name'
-- call the update method with the data source item updated_datasource = server.datasources.update(datasource)
I would like rename a datasource and keep the relation with linked workbooks, how is it possible?
The text was updated successfully, but these errors were encountered:
Datasources cannot be renamed. There seems to be a mistake in the API reference. We will fix the example in the API reference.
Sorry, something went wrong.
@bfsaid85 Fix for this is merged, thanks for the find! and thanks to @irwando and @shinchris
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
It is not possible to rename a datasource and the example in API reference didn't work :
-- do some updating
datasource.name = 'New Name'
-- call the update method with the data source item
updated_datasource = server.datasources.update(datasource)
I would like rename a datasource and keep the relation with linked workbooks, how is it possible?
The text was updated successfully, but these errors were encountered: