Disable linked entities
Right now if you link an entity from dataflow A to dataflow B to use in further calculations, you cannot disable the load of the entity. This idea is to allow linked entities used for calculations to be disabled in child dataflows. We are using a master dataflow with child dataflows to filter ...
Dataflow Linked Entities auto-refresh across workspaces
Right now if you link an entity to a dataflow in a different workspace, it does not auto-refresh like a linked entity in the same workspace. While this could be advantageous in some situation (for example linking to live data and using the linked dataflow to make "official" snapshots), it could a...
Allow underlying schema changes in dataflows
Right now, if the underlying schema of a table that is brought into a dataflow changes (IE, a new column is added to a table, excel sheet, etc), the dataflow will error out. The solution is simple, open the dataflow in edit mode, click done and save. What makes this a problem is when you have a ...