<#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, and it contains admin_tags's ID and execution's ID.
admin_tags
saves all the tag names. To list executions that match specific tags, we will join
execution
,
execution_admin_tags
, and
admin_tags
table. 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: Goreleaser GitHub Actions: Build & Push Flyteadmin Image GitHub Actions: Build & Push Flytescheduler Image GitHub Actions: Bump Version Codecov: 58.33% (-0.27%) compared to 949f5a2 Codecov: 4.39% of diff hit (target 58.60%) 8 other checks have passed 8/14 successful checks