-
Re: How to ignore missing partitions when using time range dependency
Hi @MatthieuPx , If I am not mistaken, you are looking for the "Missing partitions as empty" option in the input dataset. Which will skip gaps in your partitioning without having the recipe…1 · -
Re: Create pyspark recipes with dataiku api
Hi @SungLinChan , You can use the API in this case as well similar to python recipe you can just change it to pyspark for example: https://developer.dataiku.com/latest/api-reference/python/recipes.ht…1 · -
Re: How to delete a Dataiku account ?
@AdamQ Please contact profile [at] dataiku [dot] com from your other email address for verification purposes we should be able to assist. Thanks1 · -
Re: how to read an .h5 file from a public s3 bucket in dataiku
Hi @darioromero , You should be able to add the S3 bucket as managed folder on DSS and read the file using the read managed folder APIs as explained here : https://community.dataiku.com/t5/Using-Data…1 · -
Re: How to create Date variable for MTD, YTD, QTD..etc
Hi, If you want to do this project level, then using a scenario with python step should do the trick. import dataikuimport datetimedef set_date_variables(scope='project'): current_date = da…1 ·
