This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Releases: flyteorg/flyteidl
Releases · flyteorg/flyteidl
Update flyteidl python version
v0.17.25 Update flyteidl python version (#54)
Add workflow state enums and update endpoint
v0.17.23 Add workflow state enums and update endpoint (#53)
Version Sync
Update FlyteIDL Version (#51) * sync with release * upd to 0.17.22
Add Queueing Budget to Workflow Metadata
Add max_wait_time field to Workflow and Node (#50) * add max_wait_time field * udp version * change to duration * duration * generate * rm max_wait_time from node metadata * Update protos/flyteidl/core/workflow.proto Co-Authored-By: Haytham AbuelFutuh <[email protected]> * generate Co-authored-by: Haytham AbuelFutuh <[email protected]>
Add system metadata to execution metadata
v0.17.20 Add system metadata to execution metadata (#48)
Add support for Presto
Add Presto query message (#45) * Add Presto query message * add generated protos * update ver
Add Interruptible to TaskMetadata
v0.17.8 v0.17.8
Version sync
This just bumps the version in setup.py
to match pypi and GitHub releases.
Separating Workflow Metadata and Defaults
Separating Workflow Metadata and Defaults (#43) * Separating Workflow Metadata and Defaults * make generate Co-authored-by: Miguel Toledo <[email protected]>
support for opt-in/out of interruptions
Add iterruptible field (#42) * add iterruptible field * upd comment * upd node metadata to oneof * add comment about precedence * rm primitive * rm interrruptible from execution/ add to task * Update tasks.proto * Update workflow.proto * make generate Co-authored-by: Surinder Singh <[email protected]>