Antti Soininen
Antti Soininen
How do we deal with alternative ranks with regards to set operations? Say, we have two alternatives, *A* and *B* and we want all combinations of those. The resulting scenario...
I have now implemented something that hopefully gets us closer easier management of scenarios. - Scenario view in Pivot table has now its own context menus. I think the table...
Thanks for the feedback! Zero padding when numbering scenarios was actually planned but somehow forgotten from the end product. Generating scenario names from alternatives sounds like a useful feature, too.
Looks like I broke Data transformer with my latest changes. Should be fixed now --- at least when connected between Data store and Exporter. Making transformer to work between importer...
Thanks for updating the title and description. The actual feature request here is now much clearer. There are two ways I can think this could be done: 1. Apply transformation...
*Inplace* transformation is actually already doable: just connect two data stores pointing to the same database via a Transformer. Case solved.
> (although how does it play with DAG order)? You have two data stores using the *same database*. That plays very well with the DAG.
> That could work if in-memory dbs were shareable by URL, but they are only shared by 'connection instance'... Indeed, makes them unusable in many scenarios unfortunately.
> It's only an implementation detail from our part that prevents it to work, right? (that we only share stuff by url) Right. We could make Importer -> DT ->...
Would it be possible to add your result data analysis scripts as a Tool to the workflow? You can pass the correct file paths to the scripts as command line...