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
This is a series of tickets to improve the flytekit authoring experience. If any changes are not possible to make in a backwards-compatible way, split it out into a separate ticket.
Rename file/directory
Rename FlyteFile and FlyteDirectory to just File and Directory.
Rename FlyteRemote
FlyteRemote should just be called remote.
Exceptions
The most common flytekit exception users are exposed to is the FlyteRecoverableException. Rename this to just RecoverableException.
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:
Flytekit Types Naming
This is a series of tickets to improve the flytekit authoring experience. If any changes are not possible to make in a backwards-compatible way, split it out into a separate ticket.
Rename file/directory
Rename
FlyteFile
andFlyteDirectory
to justFile
andDirectory
.Rename FlyteRemote
FlyteRemote
should just be called remote.Exceptions
The most common flytekit exception users are exposed to is the
FlyteRecoverableException
. Rename this to justRecoverableException
.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: