-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Branch Nodes in FlyteKit #231
Comments
EngHabu
added
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
labels
Mar 30, 2020
kumare3
added
pri1
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Mar 31, 2020
Closed
This is now part of |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
Signed-off-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* replaced Metadata proto in TaskInfo with ExternalResource array Signed-off-by: Daniel Rammer <[email protected]> * added ExternalResource documentation comments Signed-off-by: Daniel Rammer <[email protected]> * setting retry attempt on external resources Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests and lint issues Signed-off-by: Daniel Rammer <[email protected]> * tracking RetryAttempt for k8s array plugin using a CompactArray Signed-off-by: Daniel Rammer <[email protected]> * added a few comments Signed-off-by: Daniel Rammer <[email protected]> * setting RetryAttempts for awsbatch subtasks Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests and lint issues Signed-off-by: Daniel Rammer <[email protected]> * populating external resource index with original index Signed-off-by: Daniel Rammer <[email protected]> * updated comments Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Update fast_registration.py * update fast registration (flyteorg#216) Signed-off-by: Samhita Alla <[email protected]> * Modify TOC and add a mechanism to consider RST files (flyteorg#218) * update fast registration Signed-off-by: Samhita Alla <[email protected]> * modified TOC and added a mechanism to consider RST files Signed-off-by: Samhita Alla <[email protected]> * updated conf.py Signed-off-by: Samhita Alla <[email protected]> * modified TOC Signed-off-by: Samhita Alla <[email protected]> * edit fast registration (flyteorg#219) Signed-off-by: Samhita Alla <[email protected]> * Edit fast_registration.rst (flyteorg#220) * edit fast registration Signed-off-by: Samhita Alla <[email protected]> * removed unnecessary RST file Signed-off-by: Samhita Alla <[email protected]> * Fix conflicts in flyteorg#213 (flyteorg#230) Signed-off-by: Samhita Alla <[email protected]> * Revert "Fix conflicts in flyteorg#213 (flyteorg#230)" (flyteorg#231) This reverts commit 525fbbcfb8828ac2e0b6d75d637455bcff1b9d21. Co-authored-by: Samhita Alla <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Yuvraj <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* replaced Metadata proto in TaskInfo with ExternalResource array Signed-off-by: Daniel Rammer <[email protected]> * added ExternalResource documentation comments Signed-off-by: Daniel Rammer <[email protected]> * setting retry attempt on external resources Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests and lint issues Signed-off-by: Daniel Rammer <[email protected]> * tracking RetryAttempt for k8s array plugin using a CompactArray Signed-off-by: Daniel Rammer <[email protected]> * added a few comments Signed-off-by: Daniel Rammer <[email protected]> * setting RetryAttempts for awsbatch subtasks Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests and lint issues Signed-off-by: Daniel Rammer <[email protected]> * populating external resource index with original index Signed-off-by: Daniel Rammer <[email protected]> * updated comments Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
Signed-off-by: Yuvraj <[email protected]>
pmahindrakar-oss
pushed a commit
that referenced
this issue
May 1, 2024
## Overview - Add a new field to the postgres db config struct, `readReplicaHost`. - Add a new endpoint in the `database` package to enable establishing a connection with a db without creating it if it doesn't exist ## Test Plan - Unit tests and staging tests for artifacts db read replica connection - Validate the new host name is correct: https://buildkite.com/unionai/artifacts-staging-deploy/builds/505#018f11f5-ea7f-47d0-b145-ca433159e3b4 ## Rollout Plan (if applicable) Staging -> canary -> prod ## Upstream Changes Should this change be upstreamed to OSS (flyteorg/flyte)? If so, please check this box for auditing. Note, this is the responsibility of each developer. See [this guide](https://unionai.atlassian.net/wiki/spaces/ENG/pages/447610883/Flyte+-+Union+Cloud+Development+Runbook/#When-are-versions-updated%3F). - [x] To be upstreamed ## Jira Issue https://unionai.atlassian.net/browse/UNION-406 ## Checklist * [ ] Added tests * [ ] Ran a deploy dry run and shared the terraform plan * [ ] Added logging and metrics * [ ] Updated [dashboards](https://unionai.grafana.net/dashboards) and [alerts](https://unionai.grafana.net/alerting/list) * [ ] Updated documentation
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
Signed-off-by: Yuvraj <[email protected]>
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
Signed-off-by: Yuvraj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation: Why do you think this is important?
Statically declared WF branching allows users to write more concise flow control logic that can be visualized/debugged/analyzed statically.
Goal: What should the final outcome look like, ideally?
A pythonic-way of defining branches within a workflow that implements the full flyte IDL spec.
Flyte component
[Optional] Propose: Link/Inline
The text was updated successfully, but these errors were encountered: