-
Re: DSS API Designer (Read dataset from DSS flow in R/Python API endpoint)
Since you'll be accessing your data through DSS but from outside DSS you will need to do so either via: - a SQL endpoint as mentioned, and if your dataset is in a DB - via public API inside your Pyth…1 · -
Re: SQL API ENDPOINT (Passing multiple values in test query)
Hi @anish_anand 1 - Without appropriate credentials, I don't see how you'd be able to access the system even if you were able to create the endpoint. DSS won't know who you are. 2 - You would modify …1 · -
Re: Read from tableau data INTO dataiku
Hi @enrico_93 Are you able to export your data from Tableau and import into DSS via upload? Unless you mean importing charts and other non-tabular data, in which case it is not possible as far as I k…1 · -
Re: how to find the model ID when using "scenario. trainmodel (model_ID)" function
@zhlj if you open the model from the flow and look at the URL, it will look something like this: INSTANCE_URL/projects/projectKey/savedmodels/modelID/versions/ You can copy the modelID from here.1 · -
Re: Unable to open DSS studio
Should be http://localhost:110002 ·