-
Re: Email an attachment
Hello, In your attachment object, you seem to be wanting to send an item from a folder, so you should change the attachment "type" to "FOLDER_ITEM" instead of "xlsx". Al…1 · -
Re: change DB connection with project duplication
Hello, The remapping parameter has a slightly more complicated format. For your case, try using the following: {'connections':[{'source':'DB_Dev', 'target':…2 · -
Re: How to move a project to a folder
Hello, From the projects list view on DSS, you are able to click and drag existing projects into folders, or click the three little dots in the bottom right of the project "tile" and select…1 · -
Re: About edited clustering label
Hi, At the moment, the clustering recipe does not take into account the edited cluster labels from the original model. I've added an issue to our backlog regarding this behavior. In the meantime…1 · -
Re: Implementing a upload button for a bokeh Web App
I tried playing a bit with your code, but wasn't able to get an upload working. However, I had more success with the official FileInput widget from Bokeh (https://docs.bokeh.org/en/latest/docs/r…1 ·