-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Dynamic tasks fail if function name is too long #1306
Comments
kimoktm
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Aug 3, 2021
Thank you for opening your first issue here! 🛠 |
kumare3
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Aug 5, 2021
I found that this bug also occurs in "@task"
Example:
|
@eapolinario my recent fix in progress might fix this issue as well. flyteorg/flytekit#705 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Dynamic tasks workflow fails, raising
malformed dynamic workflow
error when the dynamic task function name is 52 characters or longer.Raised error:
Expected behavior
The dynamic workflow should work even if function names are longer than 52 characters
Additional context
To Reproduce
Here is a quick snippet to reproduce the issue:
Renaming the dynamic task from
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
toabc
or anything shorter than 52 characters will lead to a successful execution.Screenshots
The text was updated successfully, but these errors were encountered: