You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flows are starting to show their values as information over different runs are required. But they are hard to work with and identify.
Questions To Answer
What would be an easy way how to identify flows
And therefore make it easy to work with them.
Desired Outcome
An easy and "user" friendly way, how to identify a flow and request its data. (By user is not meant an end-user, but a user of Atum -either the Atum Agent or Atum Service API).
The text was updated successfully, but these errors were encountered:
An idea emerged
Flows are created only when a partitioning is created too. Therefor that partitioning is kind of identifying for the flow. Adding that connection and field of partitioning into flows.flows (the actual json not the foreign key) makes the flow much more identifiable, compared to Flow 1234.
Will create a PR.
* Added field `fk_primary_partitioning` column to `flows.flows`
* The field is filled when the flow is created
* added unique index on flows.flows table field `fk_primary_partitioning`
Background
Flows are starting to show their values as information over different runs are required. But they are hard to work with and identify.
Questions To Answer
Desired Outcome
An easy and "user" friendly way, how to identify a flow and request its data. (By user is not meant an end-user, but a user of Atum -either the Atum Agent or Atum Service API).
The text was updated successfully, but these errors were encountered: