-
Re: Join partition and unpartitioned dataset on partition key
Hi @julesbertrand Is your unpartitioned dataset small enough that it can fit in memory? If yes then one approach you can use is to leverage the prepare recipe. 1. Define the input to the prepare reci…3 · -
Re: Code recipe using multiple notebooks
Hi @Filip_Pejsa I believe you wish to share some code or function between multiple recipes or notebook on the same project ? One of the options that You can look at is libraries in Dataiku , https://…1 · -
Re: Dynamic Date filter based on current date
Hi @JimCreech , You can use the date functions in DSS formula in some recipes for example the prepare recipe https://doc.dataiku.com/dss/latest/formula/index.html#date-functions One of the other ways…3 · -
Re: GROUP RECIPE - Custom aggregation
Hi @lnguyen , In the group recipe have you been able to look at the Computed Columns and Custom Aggregations options? In the computed columns section you can create a new column using a dss formula i…1 · -
Re: How to use python sdk to send MS Teams scenario reporter message?
Hi @bantucaravan .. Till you get a more detailed reply. There are some examples given in link for ms-teams with predefined channel and with webhook https://doc.dataiku.com/dss/latest/scenarios/custom…2 ·
