-
Re: How to include today's date in a notification email
Hi, You can use variables in your email notification. To se the variable you can use a scenario step "set project variables" to set today's date. variable_name -> now().toString(…1 · -
Re: Managed Folder partitions
Hi, Partitions currently only work on a single time dimension. You can submit an idea here Doing your filtering with python code should work in your case. You can find an example here; https://commun…1 · -
Re: Filter not working?
Hi, I see you have multiple filters on multiple columns, which may exclude the matches you are looking for based on the other filter. Can you try using a single filter or can filtering using the filt…1 · -
Re: Calling custom Python function in Shiny webapp
Hi @info-rchitect , Using python code in rshiny app is possible with packages like: https://rstudio.github.io/reticulate/ Here is a sample library(reticulate)use_python("/home/dataiku/dss_11/cod…1 · -
Re: API returning a file created in Dataiku
Hi @Ignacio_Toledo , The Python function returns a JSON response only, so downloading file directly is not you would need to have additional logic on your end to read that response and generate a fil…1 ·
