-
Re: Format Now() Date
The format uses the ISO-8601 standard so use MM-dd-yyyy (mm is minute of the hour in that standard). More info below: https://doc.dataiku.com/dss/12/formula/index.html#date-functions https://docs.ora…1 · -
Re: Problem loading my Profile from another Laptop, yes amazing
So I can see mine without issues so I presume it's only affecting you. I did notice I am being redirected to a different site when I click on "My Accademy Profile" (https://accounts.sk…1 · -
Re: Dataiku visual Recipe Parallel
Those are indeed your options but you are looking at this from the wrong angle I think. Neither JDBC nor File System Datasets support parallel processing natively. Note that partitioning in Dataiku i…1 · -
Re: Seeking Examples for Sending Emails via Shell Channel in DSS Settings
Before we can give you a sample we would need to understand what do you mean by "own mail system". These days pretty much everyone on the world uses SMTP or Exchange so not sure what exactl…1 · -
Re: Possible to add flow image and wiki as inline email vs attachments?
Doable but will need some work. This code snippet will download the flow documentation into a managed folder zip file: import dataiku client = dataiku.api_client() project = client.get_default_projec…1 ·