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
The view should be accessible to any user having a canView permission on the datasets. Note, if the observed account has some private datasets, to which the current user does not have any access, flows of those datasets should not be liste.
We also would need a mutation to pause/resume flows, similar to DatasetFlowConfigsMut::[pause|resume]Flows:
introduce root Account mutation
introduce AccountFlowConfigs mutation
add operations pauseAccountDatasetFlows and resumeAccountDatasetFlows
The text was updated successfully, but these errors were encountered:
To support UI idea from kamu-data/kamu-web-ui#280, provide corresponding GraphQL API:
Account
queryAccountFlowRuns
queryDatasetFlowRuns::listFlows
query, allowing filtering and pagination:The view should be accessible to any user having a
canView
permission on the datasets. Note, if the observed account has some private datasets, to which the current user does not have any access, flows of those datasets should not be liste.We also would need a mutation to pause/resume flows, similar to
DatasetFlowConfigsMut::[pause|resume]Flows
:Account
mutationAccountFlowConfigs
mutationpauseAccountDatasetFlows
andresumeAccountDatasetFlows
The text was updated successfully, but these errors were encountered: