-
Re: append table
A better way of doing this will be to take the output of the Dataiku flow and do deltas outside of Dataiku so that you can manage your historical table outside of Dataiku. If you need to read your hi…1 · -
Re: Get complete jobs history
Are you hosting the internal database externally? If you are not you should. This sort of stats become much more easy to access as you can query the internal database directly. The jobs data is on th…2 · -
Re: Can dataiku output a transformed set of data into an encrypted excel file
Yes. Provided you have the right Python and OS level packages installed you can create an Excel file in a Managed Dataiku folder using a Python recipe. And you can encrypt/zip it using a Shell recipe…1 · -
Re: How to fill cells of column with previous non null value
Nice one @ZachM , didn't work for me as postgreSQL doesn't support First/Last not null: But this can be done in a SQL Recipe relatively easily: SELECT t1."Player", t1."Team&q…1 · -
Re: In python Webapp pass global variable of person logged in and interacting with the app
https://community.dataiku.com/t5/Plugins-Extending-Dataiku/How-to-print-capture-the-user-who-is-using-the-Webapp-from/m-p/27724 https://doc.dataiku.com/dss/latest/webapps/security.html1 ·