<#571 Flyte Execution tags> Pull request opened by...
# flyte-github
a
#571 Flyte Execution tags Pull request opened by pingsutw TL;DR • List: http://localhost:30082/api/v1/executions/flytesnacks/development/f6e2ba11a96c24e79a88 • List with filter: http://localhost:30082/api/v1/executions/flytesnacks/development?filters=value_in(admin_tag.name,flyte%3Btest)&amp;limit=25&amp;sort_by.direction=DESCENDING&amp;sort_by.key=created_at • Get: http://localhost:30082/api/v1/executions/flytesnacks/development?limit=5 Add two tables (admin_tags, execution_admin_tags).
execution_admin_tags
is a join table containing admin_tags's ID and execution's ID.
admin_tags
save all the tag names. To list executions that match specific tags, we will join the
execution
,
execution_admin_tags
, and
admin_tags
tables. • execution_admin_tags • admin_tags Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description

image

Tracking Issue flyteorg/flyte#3320 Blocked by flyteorg/flyteidl#414 Follow-up issue NA flyteorg/flyteadmin GitHub Actions: Build & Push Flyteadmin Image GitHub Actions: Build & Push Flytescheduler Image GitHub Actions: Goreleaser GitHub Actions: Bump Version Codecov: 58.42% (-0.28%) compared to 4713861 Codecov: 6.89% of diff hit (target 58.70%) 8 other checks have passed 8/14 successful checks