orange-hairdresser-63684
05/02/2022, 6:17 PMacceptable-policeman-57188
orange-hairdresser-63684
05/04/2022, 9:12 PM<https://avflyteadminhttp.pdx.l5.woven-planet.tech/api/v1/executions/avbasemap/dev?filters=value_in(phase,FAILED)&token=&limit=100&sort_by.direction=DESCENDING&sort_by.key=created_at>
flytectl get execution -p avflytesim -d prod --admin.endpoint avflyteadmin.pdx.l5.woven-planet.tech:443 --filter.fieldSelector="phase=FAILED" --filter.limit=10 --filter.sortBy=updated_at
acceptable-policeman-57188
orange-hairdresser-63684
05/05/2022, 11:38 PMcurl -s <https://avflyteadminhttp>.../api/v1/executions/project/prod?filters=value_in(phase,FAILED)&limit=5&sort_by.direction=DESCENDING&sort_by.key=updated_at
is there a way to add error kind to the filter? If I add closure.error.kind
I get this error:
failed database operation with column executions.kind does not exist"
acceptable-policeman-57188
orange-hairdresser-63684
05/09/2022, 7:14 PM