-
Can dataiku applications offer flow zones to run within a project?
Hi, I have a project with N flow zones, each running an analysis chain, resulting in a standardized data product. I would like to make an application that allows the user to select their product and …1 · -
Getting a writer already closed warning
Operating system used: Windows 10 Hi, I am getting an 'Writer already closed, cannot write' warning when printing some dynamically generated SQL during recipe debug. Is this expected? thx [07:22:13] …1 · -
Re: Possible to enable R Shiny web-app bookmarking?
OK, turns out all I had to do is put this in the server.R and ui.R files enableBookmarking(store = "url")2 · -
Re: Calling Python code from Shiny webapp using reticulate
@AlexT , We were able to get it working by installing python3-dev on DSS. Thx!1 · -
Re: How to save the output of the python code recipe which is in Json data without converting into df
OK, maybe this thread just needed updating, this worked: json_str = json.dumps(json_data, indent = 4) json_obj = json.loads(json_str)handle = dataiku.Folder("dash_public_table_descriptions"…1 ·