-
Re: dash app deployment issue
Hi, The Dash webapp implementation in Dataiku uses a wrapper, so it is not possible to configure the Dash constructor without modifying the wrapper at the moment. Also, if you have a UIF-enabled inst…1 · -
Re: How to use chrome driver non headless in dataiku
Hi, If by using Chrome driver headful you mean being able to see the page in UI, then there is no way to do that. However, if you want to be able to parse the page the same way as in a Browser using …1 · -
Re: How to send a parameter from AngularJS to my do.py file?
Hi, we do have a good example of how to fetch data for custom forms using the "callPythonDo" function in our documentation here. In addition to that, you can pass some data directly with th…1 · -
Re: Trigger and Create Scenario using External API's
Hi @sj0071992 , Yes, you can trigger the scenario programmatically using external Dataiku API. Please find the code sample below: import dataikuapihost = "DSS_host"global_api_key = "yo…1 · -
Re: API Deployer - Lookup endpoint - multiple rows
Hi, No, it is not possible to return multiple rows with a lookup endpoint. You will need to use a custom python endpoint for that. Best, Vitaliy1 ·