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?