-
Re: Python pipelines
Hi, We do not plan on adding this kind of capabilities in the near future. The main reason is that it would require significant rework of the Python recipes in order to allow "functional" P…1 · -
In a formula, how to check if a variable belongs to a set of values
A common need when doing formulas is to check whether a variable (generally, a column) belongs to a set of values. For example, you may want to check if "mycolumn" has value 1, 2 or 3. To d…2 · -
How to sort on a measure that is not displayed in charts?
When creating a chart (for example a column chart), you can sort the dimension (i.e. the columns) either: * By its "natural ordering" (i.e. alphabetical or numerical ordering) * Or by the o…3 · -
Re: Error in CREDENTIAL_REQUEST
Hi, You need to use Dataiku 7 for this.1 · -
Re: Update Dataiku from dataiku-dss-5.0.3 to dataiku-dss-6.0.4 (Free edition)
Hi, You don't need "sudo". "sudo" is used to run commands as the superuser but DSS is not installed as the superuser. Just run dataiku-dss-6.0.4/installer.sh -d DATA_DIR -u2 ·
