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
Encountered error while executing workflow ...:
Error encountered while executing 'train':
isinstance() arg 2 must be a type, a tuple of types, or a union
Dropping stack traces from console logs is an anti-pattern, making debugging very hard.
Ugly workaround (possible only on local machine): to WorkflowBase.__call__'s except block add:
importtracebackprint(traceback.format_exc())
Flytekit version: 1.9.0
Expected behavior
Full stack trace should be preserved.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
eapolinario
added
backlogged
For internal use. Reserved for contributor team workflow.
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 19, 2023
Describe the bug
In
pyflyte run ...
I'm getting:Dropping stack traces from console logs is an anti-pattern, making debugging very hard.
Ugly workaround (possible only on local machine): to
WorkflowBase.__call__
'sexcept
block add:Flytekit version: 1.9.0
Expected behavior
Full stack trace should be preserved.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: