Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Releases: flyteorg/flyteidl

Update flyteidl python version

02 Apr 21:49
56c013f
Compare
Choose a tag to compare
v0.17.25

Update flyteidl python version (#54)

Add workflow state enums and update endpoint

02 Apr 16:26
119f7cb
Compare
Choose a tag to compare
v0.17.23

Add workflow state enums and update endpoint (#53)

Version Sync

31 Mar 00:23
5b6ba17
Compare
Choose a tag to compare
Update FlyteIDL Version  (#51)

* sync with release

* upd to 0.17.22

Add Queueing Budget to Workflow Metadata

27 Mar 21:10
525e8eb
Compare
Choose a tag to compare
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

12 Mar 22:54
2ee8973
Compare
Choose a tag to compare
v0.17.20

Add system metadata to execution metadata (#48)

Add support for Presto

10 Mar 19:37
d62036e
Compare
Choose a tag to compare
Add Presto query message (#45)

* Add Presto query message

* add generated protos

* update ver

Add Interruptible to TaskMetadata

09 Mar 15:49
f85d5fb
Compare
Choose a tag to compare

Version sync

02 Mar 23:28
c5c6747
Compare
Choose a tag to compare

This just bumps the version in setup.py to match pypi and GitHub releases.

Separating Workflow Metadata and Defaults

28 Feb 23:54
d0e7669
Compare
Choose a tag to compare
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

28 Feb 18:38
9bd4786
Compare
Choose a tag to compare
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]>