-
Re: DSS API Designer (Read dataset from DSS flow in R/Python API endpoint)
Hi @anish_anand First and foremost, you should really be careful on the load you put on an API endpoint, API node and your network in general. Streaming large datasets might bring your project, brows…1 · -
Re: SQL API ENDPOINT (Passing multiple values in test query)
Hi @anish_anand Indeed this I believe is a limitation since the IN clause is not fully supported and the array parameter you pass into the query won't work as you expect from pure SQL. In the past, w…1 · -
Re: How to capture Dataiku job details and insert in a control table in Redshift
If you're an administrator, you have access to internal metrics datasets. In the flow top right, click \ + Dataset > Internal > Internal Stats. You should be able to find there info about the j…1 · -
Re: can we use python to read HTML control in webapp
Hi @ananth If you need to make values from UI available to your backend, you will need to make use of some JS in order to pass those values into a backend endpoint. The endpoint will use those, perha…1 · -
Re: Datasets and Recipes are greyed out in flow
The filter allows you to find or highlight elements in your flow since it's not just a few nodes on complex projects. At times you may want to see which part of the flow deal with different business …2 ·