https://flyte.org logo
#ask-the-community
Title
# ask-the-community
j

justin hallquist

03/27/2023, 4:19 PM
what constitutes as a valid execution name? I am having a hard time finding the validator both in the docs and code
Copy code
Error: rpc error: code = InvalidArgument desc = invalid name format: 370eb303160612
k

Ketan (kumare3)

03/27/2023, 4:20 PM
sorry about that. Valid execution names are url safe and fixed length
j

justin hallquist

03/27/2023, 4:22 PM
where would i find that length?
ok so let flyte name one ->
ff93044eed8e84ff5ad1
len 21 since my commit hash was sometimes failing on the above, tried padding it with
%5.6d
->
34ed66c3160649000000
len 21 still fails not sure what's not "url safe" above that hash clearly there's something going on here that I dont understand
j

justin hallquist

03/27/2023, 5:38 PM
perfect thanks!