https://flyte.org logo
d

Dylan Wilder

09/28/2022, 9:12 PM
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

Yee

09/28/2022, 9:13 PM
?filters=eq(version, abc123)
let me know if that doesn’t work
m

matthewjohnson

09/28/2022, 9:14 PM
Thanks. I’ll give that a shot
d

Dylan Wilder

09/28/2022, 9:14 PM
probably shoudl have guessed 😅
y

Yee

09/28/2022, 9:14 PM
maybe remove the space
d

Dylan Wilder

09/28/2022, 9:15 PM
also, can you filter by labels/annotations?
y

Yee

09/28/2022, 9:16 PM
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

Dylan Wilder

09/28/2022, 9:18 PM
could be a neat feature because that's how k8s uses them 🙂 but just curious
y

Yee

09/28/2022, 9:18 PM
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

Dylan Wilder

09/28/2022, 9:18 PM
so on the backend they are represented as just a CRD?
y

Yee

09/28/2022, 9:19 PM
maybe not crd
but some serialized bytes
d

Dylan Wilder

09/28/2022, 9:19 PM
gotcha, as in protobuf
y

Yee

09/28/2022, 9:20 PM
indeed