Ketan (kumare3)
pyflyte run
used to use a special way of handling certain objects, now that is centralized to use the typeEngine
• pyflyte run
and gate node
used different string parsing systems, now that is centralized
• pyflyte run
can now use multiple files
in a directory locally to create a new remote FlyteDirectory representation
• pyflyte run
code has been simplified
Improvements
• pyflyte info
added
• pyflyte fetch <flyte-uri>
added
• This introduces new flyte-uri
concept that is available in the UI and you can retrieve inputs and outputs from any execution (workflow or even a single node) instantaneously as it deeplinks into it.
• centralizes fsspec
as the way to interact with data
Planned work
• Artifacts service that is unblocked and simplified with this
• improved launchform experience from flyte uris
• and many more data interaction improvementsGuy Arad
10/24/2023, 7:55 AMfsspec
to <2023.10.0
. A more extensive fix is supporting protocol
as a list or a tuple.
Your changes seem to have touched a lot of stuff around it.