-
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 · -
Re: How can I add today date for new input ?
Hi @Dmh911 , I am not sure I fully understand what you are trying to keep precisely. For the partitioned dataset, the column containing the partition will not be present in the dataset. You can alway…1 ·
