You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error": {
"code": 400,
"message": "Invalid value for field "parameter.defaultValue": too long: 1471 bytes, want no longer than 1024 bytes",
"status": "INVALID_ARGUMENT"
}
Just so you know, when the defaultValue exceeds 1024 bytes, it will result in pipeline error. Do you have tips how to overcome this? I can hack for now by passing other parameters and constructing the full paths of the files in the component container, but I am curious if we could fix this in a cleaner way.
Hi @jbingham -
"error": {
"code": 400,
"message": "Invalid value for field "parameter.defaultValue": too long: 1471 bytes, want no longer than 1024 bytes",
"status": "INVALID_ARGUMENT"
}
Just so you know, when the defaultValue exceeds 1024 bytes, it will result in pipeline error. Do you have tips how to overcome this? I can hack for now by passing other parameters and constructing the full paths of the files in the component container, but I am curious if we could fix this in a cleaner way.
Let me know.
Thanks,
Mahesh