is there a way to query flyte admin for all workfl...
# flyte-support
f
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
@astonishing-eye-21532
t
?filters=eq(version, abc123)
let me know if that doesn’t work
a
Thanks. I’ll give that a shot
f
probably shoudl have guessed 😅
t
maybe remove the space
f
also, can you filter by labels/annotations?
t
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
f
could be a neat feature because that's how k8s uses them 🙂 but just curious
t
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
f
so on the backend they are represented as just a CRD?
t
maybe not crd
but some serialized bytes
f
gotcha, as in protobuf
t
message has been deleted
indeed
160 Views