-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
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
Create datasource from scratch #172
Comments
Hi, |
You can use the Tableau Server REST API to create/append/overwrite/delete data sources. |
Did not find a way to create datasource through REST API, it only points to |
TSC is a client written for the REST API. I don't think this is possible right now, but I'm not certain. |
This isn't currently supported in any way, but it is an interesting idea. I'm not sure this would be the place we would implement it. |
Hi,
It's not an issue but more a question :).
I would like to create a datasource from scratch using python TSC, with only the following information:
Do you have any idea?
I would like to avoid the creation of a tds/tdsx file first. Then I have not issue to publish.
new_datasource = TSC.DatasourceItem(project_id,name=datasource_name)
server.datasources.publish(new_datasource, file_path, 'CreateNew',connection_credentials=None)
Thank you,
Mathilde
The text was updated successfully, but these errors were encountered: