Skip to content
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

add support for toggling data mode for array node #2940

Merged
merged 9 commits into from
Dec 23, 2024

Conversation

pvditt
Copy link
Contributor

@pvditt pvditt commented Nov 19, 2024

Tracking issue

fixes: https://linear.app/unionai/issue/DX-528/[bug]-reference-tasks-cannot-be-mapped-over

need to upstream some ArrayNode changes to support mapping over reference tasks: flyteorg/flyte#3573

What changes were proposed in this pull request?

Toggle DataMode for ArrayNode to support creating individual files for subNodes.

(need to upstream changes, plus looking into adding an additional data mode to read a single file but from an offset of bytes for each index)

How was this patch tested?

Sandbox + dogfood

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

need flyteorg/flyte#6074 merged + flyteidl bump

Docs link

Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
@eapolinario eapolinario merged commit bc0e8c0 into master Dec 23, 2024
103 checks passed
eapolinario added a commit that referenced this pull request Dec 23, 2024
* add support for toggling data mode for array node

Signed-off-by: Paul Dittamo <[email protected]>

* clean up

Signed-off-by: Paul Dittamo <[email protected]>

* clean up

Signed-off-by: Paul Dittamo <[email protected]>

* cleanup

Signed-off-by: Paul Dittamo <[email protected]>

* Bump flyteidl lower-bound to 1.14.1

Signed-off-by: Eduardo Apolinario <[email protected]>

* Add import of FlyteLaunchPlan back

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants