-
Re: Using PostgreSQL for computation
Hi, Yes indeed, PostgreSQL is part of compatible data sources and can be used to read / write datasets and execute most visual recipes in-DB. ML models (python based by default) will not be compatibl…1 · -
Re: New column generation (USING FORMULA) based on a set of conditions
Hi, Yes indeed you can use Formula processor with nested 'if()' conditions to achieve your value remapping. You can also use "Discretize (bin) Numerical values" from the processor list with…5 · -
Re: How to sort Months in proper order in a chart
Hi, Do you have a proper timestamp in your data? In order to build time series visualizations you need to have a parsed date in you X axis. If you only have month identifiers then I suggest you conca…1 · -
Re: Transformation on dataset at source
Hi, you can use DSS visual recipes to perform cleaning / wrangling operations, if properly configured they will leverage the underlying execution engines (SQL, Spark, Hive...) https://academy.dataiku…1 · -
Re: Schedule flow in Sandbox Node
Hello, You need to have a DSS Automation licence to enable scenarios and scheduling in the Design node.1 ·