-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat: added RawOutputDataConfig in ExecutionSpec #patch #329
Conversation
Signed-off-by: Kevin Su <[email protected]>
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Codecov Report
@@ Coverage Diff @@
## master #329 +/- ##
==========================================
- Coverage 65.15% 65.14% -0.02%
==========================================
Files 390 390
Lines 8705 8707 +2
Branches 1505 1506 +1
==========================================
Hits 5672 5672
- Misses 3033 3035 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Kevin,
Can you please rebase on top of latest master. Today a big eslint/prettier changes were merged, which already took care of all spaces changes.
Unfortunately your PR was done before that - and as result, it is hard to follow which exactly changes were added by you, and which are just styling update.
Please, let me know if it's a hustle, and I will try to update it from my side (looks like you have your own fork of flyteconsole, which makes it a bit more complicated..).
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@@ -82,7 +82,7 @@ | |||
"@commitlint/cli": "^8.3.5", | |||
"@commitlint/config-conventional": "^8.3.4", | |||
"@date-io/moment": "1.3.9", | |||
"@flyteorg/flyteidl": "0.21.24", | |||
"@flyteorg/flyteidl": "0.23.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did smoke test, the new field looks good.
Is it expected, that if provided Config is not accessible it is using default value?
See here:
https://user-images.githubusercontent.com/55718143/158853593-7c554fba-b544-4017-9607-41fe7ddc1c4a.mp4
Otherwise LGTM, and I can merge it later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, We should use the default value if the bucket is not accessible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Congrats on merging your first pull request! 🎉 |
# [0.46.0](http://github.com/lyft/flyteconsole/compare/v0.45.0...v0.46.0) (2022-03-18) ### Features * added RawOutputDataConfig in ExecutionSpec #patch ([#329](http://github.com/lyft/flyteconsole/issues/329)) ([24bdaee](http://github.com/lyft/flyteconsole/commit/24bdaeefcf32c079d1aaeb54b28cc6bf7395b42f))
🎉 This PR is included in version 0.46.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* feat: added RawOutputDataConfig in ExecutionSpec Signed-off-by: Kevin Su [email protected] Signed-off-by: Olga Nad <[email protected]>
# [0.46.0](http://github.com/lyft/flyteconsole/compare/v0.45.0...v0.46.0) (2022-03-18) ### Features * added RawOutputDataConfig in ExecutionSpec #patch ([#329](http://github.com/lyft/flyteconsole/issues/329)) ([24bdaee](http://github.com/lyft/flyteconsole/commit/24bdaeefcf32c079d1aaeb54b28cc6bf7395b42f)) Signed-off-by: Olga Nad <[email protected]>
Signed-off-by: Kevin Su [email protected]
TL;DR
added RawOutputDataConfig in ExecutionSpec, so we can override LaunchPlan's RawOutputDataConfig at CreateExecutionRequest time
Type
Are all requirements met?
Complete description
Tracking Issue
flyteorg/flyte#2230
Follow-up issue
NA