-
Re: Decision Tree Interpretation
Hello! Thank you for your question! DSS will only show a limited number of trees when the number of nodes in the trees is too high. Note that it's not always 2. Jean-Yves1 · -
Re: Maintaining Sync with Slow datasets (Adds and Modify)
Hi Tom, Designing a robust data pipeline is definitely the goal here but as you can imagine that's not an easy task. Although rare, you are at the mercy of server downtimes - whether it be the s…1 · -
Re: Dataiku Import error
Hello, Thank you for your question! No, you shouldn't have to manually import the dataiku library. Could you please contact our support team and provide an instance diagnosis? Thanks!1 · -
Re: Getting the project name of the project that imported a code library
Hello, Thank you for your question! You could leverage our python api and retrieve the project key where the library is being run: import dataiku current_project_key = dataiku.default_project_key() I…1 · -
Re: Dynamic SQL creation using SQLExecutor2 fails
Hi, So DSS throws an error about the input dataset not being a SQL table because when executing the exec_recipe_fragment, DSS runs checks on the input dataset and require that the input dataset be a …1 ·