-
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 · -
Re: Testing SQL Connections
I managed to get this working so if anyone is interested let me know and I will post the solution.1 ·