bored-needle-72209
02/17/2025, 8:44 AMlist_executions_paginated
fn of flytekit SynchronousFlyteClient
? I am aware that I can set options to filter the executions by e.g. phase - Equal("phase", phase)
, but I don't know how to do this with tags and I haven't seen any example of this.tall-lock-23197
filters=value_in(execution_tag.key,flyte%3Btest)
bored-needle-72209
02/18/2025, 8:44 AM