-
How to control behavior of User Warning message
When multiple users edit the same item in DSS, a popup appears that shows all users on an item, and also shows a list of all users on DSS. I have a few questions: First, is there a way to stop this p…1 · -
Re: Referencing DSS Datasets in Bokeh WebApps
I assume you are using python to write your Bokeh app. You import the DSS datasets in the python code as you would in any other python recipe or notebook in DSS: df = dataiku.Dataset("YOUR_DATA&…1 · -
Folder deleting uploaded files
I have created a series of folders to store uploaded files (.csv). This folder is connected to a python recipe that connects to the folder, and uses a read_csv loop to read in each file and append it…1 · -
How can I move object in the Flow?
Basically, how can I tell DSS that certain objects in the flow should retain a given relative or absolute position? Example: I have a project with ~20 folders in one part of the Flow. Each folder is …1 · -
Multiple outputs in a single Python recipe are only writing data from the first dataset
I am trying to wirte multiple outputs out of a single Python recipe, as such: # Write recipe outputs user_exclusions_df = dataiku.Dataset("user_exclusions") user_exclusions_df.write_schema_…1 ·