If you select an old version of the Flow in the UI, you can find the info
j
Josh
01/04/2022, 2:14 AM
Is there any way to see it as a table? The UI takes very long right now to load individual flows and I’m trying to figure out around when a change went into effect
k
Kevin Kho
01/04/2022, 2:21 AM
You would need to manipulate the results from the GraphQL API:
Copy code
query {
flow(where: {name: {_eq: "map_testing_fixed"}}){
flow_group_id
name
versions {
id
created
created_by {
id
username
last_name
first_name
}
}
}
}
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.