best-secretary-86936
10/31/2024, 7:42 AMxxx.abc_workflow
) for the filters
parameter? If so, does anyone know how?
I tried something like
flyte_client.list_executions_paginated(
project="xxx",
domain="xxx",
limit=2,
filters=[Filter.from_python_std("eq(name,xxx.abc_workflow)")],
)
And got
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "'e.name' is invalid filter"
alert-oil-1341
10/31/2024, 10:09 AMalert-oil-1341
10/31/2024, 10:09 AMworkflow.name
in the filterbest-secretary-86936
10/31/2024, 4:22 PM