-
Re: DSS not showing Dataiku DSS Administrator
Hi, Indeed you won't be able to connect to localhost from Dataiku online. You need to use Public IP or DNS name where you have your Postgres instance. If you installed Postgres on your local mac…1 · -
Re: Calling Python code from Shiny webapp using reticulate
Hi, No function, in particular, could provide the path to the Python Code env. You would need to determine this yourself and hard code this path would be : DATADIR/code-envs/python/<code-env-name/…1 · -
Re: Pyspark Code to Spark Dataframe
Hi @verleger , Just to add a bit to the documentation Corey shared there is a specific example of how to use pyspark in DSS here: https://doc.dataiku.com/dss/latest/code_recipes/pyspark.html#anatomy-…3 · -
Re: Run Python recipe from Shiny webapp button click?
Hi, There is method described here https://doc.dataiku.com/dss/latest/python-api/datasets-other.html#building-a-dataset In most cases you could run a scenario that builds the datasets you want https:…1 · -
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 ·
