-
Re: Call DSS HTTP API from DSS Web App
Hi, The preferred way to run public API calls from a web app is to go through its Python backend and leverage the Python client (see the doc for specifically running Scenarios). It is not impossible …1 · -
Re: Email dataset based on rowcount from a group of datasets in one scenario
Hi Anne, As of today it is not possible to dynamically attach multiple Datasets in a single email Reporter. However, you can switch to a fully custom Scenario and leverage the Scenario API to define …1 · -
Re: Email dataset based on rowcount from a group of datasets in one scenario
Hi aazariaz, The ComputedMetrics.get_raw() method was indeed introduced recently, following the release of Dataiku 10. The fix for previous versions is easy though, you can make it work by replacing …1 · -
Re: Email dataset based on rowcount from a group of datasets in one scenario
Hello again Anne, I took some inspiration from your use-case to add a new code sample to our repository, feel free to reuse and modify it as you see fit for your specific use-case ! Best, Harizo1 · -
Re: Getting Error with API Service while running Test Queries
Hi shajay12, This error indicates an issue with the SSL certificate in the environment where your API service is deployed. As a workaround, you can add the following line after instantiating your cli…1 ·