what constitutes as a valid execution name? I am h...
# ask-the-community
j
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
sorry about that. Valid execution names are url safe and fixed length
j
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
perfect thanks!
150 Views