With the <PR> to add `execution_tags`, and the con...
# contribute
a
With the PR to add
execution_tags
, and the consolidation of
admin_tags
and
execution_admin_tags
tables, I just want to make sure that places that validate the value aren't being too strict. The new
key
/
value
columns are size 255(which we love), but I know that k8s has a size requirement of 63. The reason I bring this up is because we've just started adding some labels to our
ExecutionSpec
and are getting this error:
failed to create workflow in propeller <http://FlyteWorkflow.flyte.lyft.com|FlyteWorkflow.flyte.lyft.com> "acf9cgddncdfpr5fdlgl" is invalid: metadata.labels: Invalid value: "some_value_that_is_really_really_really_longer_than_sixty_three_characters": must be no more than 63 characters
I know the 1.13.x release is coming, and just want to make sure we can use the
execution_tags
as expected. I can try digging more and even debug some of this tomorrow, but figured it was worth mentioning now