-
Re: Creating a dropdown in an exported end-user dataset
The built-in export to Excel option does not support this level of customisations. However Dataiku being a "clickers" and "coders" tool allows you to produce pretty any sort of ou…1 · -
Re: Convert String value to Date
Excel stores dates starting with 1 for 01-Jan-1900 so you all need to do get a proper date from the Excel number is add it to 01-Jan-1900. Use this formula in a Prepare recipe: inc(asDate('01-Ja…1 · -
Re: Dataiku visual Recipe Parallel
https://community.dataiku.com/discussion/comment/44614#Comment_44614 As per the documentation "DSS creates an activity per dataset per partition" so the setting you refer to only get used o…1 · -
Re: Connect to Oracle NetSuite
The Dataiku backend is Java based so it used JDBC not ODBC therefore you will need to get a JDBC driver from the database vendor or a third party. There appears to be one provided by Oracle Netsuite …1 · -
How to share objects using the Dataiku API
Hi, It appears that the settings.add_exposed_object() method is undocumented. So documenting here few examples for the benefit of others: import dataiku client = dataiku.api_client() project = client…3 ·