-
Notifications
You must be signed in to change notification settings - Fork 681
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
Rework dynamic node relationships in data model #33
Labels
Comments
Done |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
Was incorrectly using `path.Join` in order to join URL paths. This would've failed on windows, and also the redirect for the metadata and user info endpoints ended up being like `http:/blah.okta.com/...` instead of having the correct `//`. Added a couple functions to the context interface to get these. Added more todo's around config object to implement the actual use of the discovery endpoints. This will get rid of a lot of the URLs in the config.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
…version bump flyteplugins version
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Use the correct phase in the log link * Actually fix the env var override issue * make unit tests deterministic * PR Comments
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Migrate Lyft -> Flyteorg - Also removes uneeded dependencies - Cleans up makefile Signed-off-by: Ketan Umare <[email protected]> * All linter errors and logical errors fixed Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
…version bump flyteplugins version
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Was incorrectly using `path.Join` in order to join URL paths. This would've failed on windows, and also the redirect for the metadata and user info endpoints ended up being like `http:/blah.okta.com/...` instead of having the correct `//`. Added a couple functions to the context interface to get these. Added more todo's around config object to implement the actual use of the discovery endpoints. This will get rid of a lot of the URLs in the config.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* Use the correct phase in the log link * Actually fix the env var override issue * make unit tests deterministic * PR Comments
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* Migrate Lyft -> Flyteorg - Also removes uneeded dependencies - Cleans up makefile Signed-off-by: Ketan Umare <[email protected]> * All linter errors and logical errors fixed Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
…g#33) * Update PR Template to automatically close issues when merged Signed-off-by: Haytham Abuelfutuh <[email protected]> * Add instructions to know when to remove 'fixes' keyword Signed-off-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 12, 2023
Signed-off-by: wild-endeavor <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Sep 26, 2023
* Migrate Lyft -> Flyteorg - Also removes uneeded dependencies - Cleans up makefile Signed-off-by: Ketan Umare <[email protected]> * All linter errors and logical errors fixed Signed-off-by: Ketan Umare <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Admin currently allows tasks to be parents of other nodes (1->many) and nodes to be parents of other tasks (1-1). This has lead to some confusion/assumptions:
We have talked separately on different occasions about how this should ideally be represented. This task is to track the concrete steps towards a better model.
The text was updated successfully, but these errors were encountered: