is there a way to query flyte admin for all workfl...
# ask-the-community
d
is there a way to query flyte admin for all workflows in a project, domain, and version? i see there's a filters construct, but can't tell which filters are available
@matthewjohnson
y
?filters=eq(version, abc123)
let me know if that doesn’t work
m
Thanks. I’ll give that a shot
d
probably shoudl have guessed 😅
y
maybe remove the space
d
also, can you filter by labels/annotations?
y
according to the docs that katrina wrote… no
but she’s out til next week some time
pretty sure the answer is no though.
because it’s a column where labels=blah
d
could be a neat feature because that's how k8s uses them 🙂 but just curious
y
as in for the query to work it has to be a column, which means we’d have to have extracted those k8s objects out to a column
d
so on the backend they are represented as just a CRD?
y
maybe not crd
but some serialized bytes
d
gotcha, as in protobuf
y
indeed
157 Views