-
Preview dataset in flow by hovering
I often find myself a little lost trying to navigate between many similar datasets. I'm constantly opening and closing the same few datasets trying to remember which one is which. I frequently make use of the schema view in the right-side flyout when clicking datasets, which helps, but I've often wished I could just…
-
Support more icons for plugins
It would be great if DSS supported more icon choices for plugins. We are finding the current list to be pretty limited. Most of the icons are standard images used in applications or brand icons so it seems inappropriate to use any of those. That doesn't leave many choices. Enabling us to use the current version (or at…
-
Improved SQL Experience
It would be really nice if the SQL experience felt more like it was a natural part of the workflow. Right now when you start a blank project, the flow experiences pushes you to first add a dataset. If that dataset is in a databases, you are asked to select your table to create your dataset. If you select writing with a…
-
Color based on column value
Hi, It would be good if I can I modify the color palette applied when you choose to color based on column value. For example: I have 3 discrete values, so I want to choose a color for each value
-
Implement Sampling > Random as Engine:In-Database(SQL) for Snowflake
Currently if I select Sampling method: Random (approx. ratio) or Random (approx. nb. records) the only allowed engine is DSS which will require downloading the input dataset to dss. It's possible to do sampling at the Snowflake side, with https://docs.snowflake.com/en/sql-reference/constructs/sample For Random(approx.…
-
Create Python APIs for Copy Action and Copy Subflow Action
Our objective is create an automated tool to do regression testing on parts of the flow. We don't want to do full flow testing since it will take a significant amount of time to duplicate our target projects and their target dependencies. Also testing whole project will be much more compute work than we want to allocate…
-
Enable round function to round to specific number of decimals
There doesn't seem to be a built-in formula language function that can round a number to specific decimals. The existing round() function only allows to round a number to the nearest integer. So we found two ways of doing this within the formula language (samples given rounding to 1 decimal place): Format to 1 decimal and…
-
Link to the concrete run of the sub-scenario
In the scenario run details, the link in the "run scenario" description forwards me to the most recent sub-scenario run and not the run that was actually running: Given I have a scenario "parent" that runs a sub-scenario "child" with the "Run Scenario" step and I run scenario "parent". In the "Last runs" of scenario, I can…
-
Prevent flow zones from being created with duplicate names
This appears to be by design but it's possible to name zones with the same name. While I see zones have an internal ID when saved there appears to be no checks that there is no name clash. As a result you can have multiple zones with the same name making it confusing for users. Obviously zones can be renamed to have unique…
-
Reorder column list in a Prepare Recipe Move Step
User Story: As a data analyst who likes their columns in a certain order for easy data evaluation I would like to be able to reorder the column names in a move recipe step after initial recipie creation in the same way I can re-order text replacements in a text replacement step. This would save time when I don't get the…