-
Re: HTTP status codes returned by DSS API node/service
Hi, The API endpoints will return 200 OK for successful requests. 500 for all cases where the code fails/ throws an exception. This can't be changed or configured. If the request is invalid, and you …1 · -
Re: instalation WordCloud
Hi, We have PLugin that already had a WordCloud recipe -> https://www.dataiku.com/product/plugins/nlp-visualization/ Your DSS admin should be to help you install it. If you want to create a code e…1 · -
Re: Getting streamlit code studio to use the project code environment
Hi @info-rchitect , You can't configure a code env for the Streamlit Code Studio. You can, however add an additional package to the Streamlit block in the Code Studio template. Hope that helps!1 · -
Re: Writing an if statement to check if a value is not contained in an array
Hi, I don't see a way to do this with if then else processor but instead you can use a formula: You can use "arrayContains" https://doc.dataiku.com/dss/latest/formula/index.html if(arrayCon…2 · -
Re: Permissions Denied error
Hi, To use the absolute path for the managed folder without getting permission error you need to meet the following conditions 1) You must run the job/recipe locally not in a container. If you use a …2 ·