-
Re: Calling Dataiku Api from Web App
Hi Andres, The second way of using Dataiku public API apart from python client is plain HTTP requests. In your case you could call fetch method provided by Google App with the parameters described he…2 · -
Re: Dataset and ML models dashboard
Hi Piyush, I'm going to copy here my answer from the support ticket for the good of the community. There's a Public API that you could use. The easiest way is to communicate with it is thro…2 · -
Re: API reference doc for dataiku.api_client() in python
Hi, Yes, there's this page: https://doc.dataiku.com/dss/latest/python-api/rest-api-client/client.html Regards1 · -
Re: Trigger a scenario when a file arrives
Turribeach, I actually completely forgot about an existing trigger functionality that we have. You can choose "On dataset change" option and then add a folder you want to monitor. The way i…1 · -
Re: Trigger a scenario when a file arrives
UPDATE: A built-in DSS solution is described in an answer below Hi @Turribeach , It can be done using a Custom scenario trigger: In this case, you can control when your scenario is triggered using th…1 ·
