-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Flyte Components Signed-off-by: Flyte-Bot <[email protected]> * bump to ghcr.io/flyteorg/flytetools:1bf3e5e0232d91ceae349648235a9b91e42eb52c Signed-off-by: Yee Hing Tong <[email protected]> * add changelog and update conf.py version Signed-off-by: Yee Hing Tong <[email protected]> * First stab at changelog Signed-off-by: Eduardo Apolinario <[email protected]> * Summarize flytekit release notes. Signed-off-by: Eduardo Apolinario <[email protected]> * Add links Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: wild-endeavor <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
2296484
commit 5e0647a
Showing
18 changed files
with
150 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Flyte v0.17.3 | ||
|
||
## Platform | ||
1. [Flyte Native scheduler](https://www.youtube.com/watch?v=YljIIJx1_q8) | ||
2. [Support for Snowflake](https://github.com/flyteorg/flytesnacks/blob/master/cookbook/integrations/external_services/snowflake/README.rst) including backend plugin and flytekit tasks | ||
3. Expose default MaxParallelism in flyteadmin [configuration](https://github.com/flyteorg/flyteadmin/pull/262) | ||
4. Support [custom resource cleanup policy](https://github.com/flyteorg/flyte/issues/1345) in backend plugins | ||
5. Improved error message in the case of [images with invalid names](https://github.com/flyteorg/flyte/issues/306) | ||
|
||
|
||
## flytekit | ||
|
||
1. 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 | ||
2. Improved typing errors when scanning user code. Added better type inference to some of the transformers. | ||
3. Plugin tests have been moved into each individual plugin's `test` folder. | ||
4. Snowflake task has been added | ||
5. Fixes to SQLAlchemy task secrets handling | ||
6. Modin schema transformer | ||
|
||
Please see the [flytekit release](https://github.com/flyteorg/flytekit/releases/tag/v0.23.0) for the full list and more details. | ||
|
||
|
||
## UI | ||
1. Additional information when a Task in a non-terminal state | ||
2. Support for workflow versions | ||
|
||
|
||
## flytectl | ||
1. Sandbox docker images can now be provided as a parameter | ||
2. Bug fixes: | ||
- panics in calls to get execution details and launchplans. | ||
- datetime format generated in execFile are now valid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.