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
Fixed bug in helm chart propeller config. logs url will not update correctly
Added cluster-admin read only roles for kubernetes dashboard
Updated helm chart to include minio & kubernetes Dashboard nodePort
flytekit
Continued changes to the FlyteRemote interface, including:
remote.sync now operates on the object in-place.
A sync_nodes argument has been added to the remote.sync call - by default it's True but set it to False if you want to only render inputs/outputs at the top level (rather than at every node within the execution).
The sync call on FlyteWorkflowExecution objects was removed (it was already deprecated and a noop but if you were calling it, you'll need to remove it.)
gRPC credentials to FlyteRemote
Improved typing errors when scanning user code. Added better type inference to some of the transformers.
Plugin tests have been moved into each individual plugin's test folder.
Snowflake task has been added
Fixes to SQLAlchemy task secrets handling
Modin schema transformer
Please see the flytekit release for the full list and more details.
UI
Additional information when a Task in a non-terminal state
Support for workflow versions
flytectl
Sandbox docker images can now be provided as a parameter
Bug fixes:
panics in calls to get execution details and launchplans.
datetime format generated in execFile are now valid
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Flyte v0.18.0
Platform
flytekit
remote.sync
now operates on the object in-place.sync_nodes
argument has been added to theremote.sync
call - by default it's True but set it to False if you want to only render inputs/outputs at the top level (rather than at every node within the execution).sync
call onFlyteWorkflowExecution
objects was removed (it was already deprecated and a noop but if you were calling it, you'll need to remove it.)test
folder.Please see the flytekit release for the full list and more details.
UI
flytectl
This discussion was created from the release Flyte v0.18.0 milestone release.
Beta Was this translation helpful? Give feedback.
All reactions