-
Notifications
You must be signed in to change notification settings - Fork 300
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
Make Flytefile and Flytedirectory's copilot local execution work correctly #2887
Make Flytefile and Flytedirectory's copilot local execution work correctly #2887
Conversation
Signed-off-by: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2887 +/- ##
==========================================
- Coverage 84.60% 79.31% -5.29%
==========================================
Files 271 199 -72
Lines 23839 20851 -2988
Branches 2671 2683 +12
==========================================
- Hits 20169 16538 -3631
- Misses 2901 3564 +663
+ Partials 769 749 -20 ☔ View full report in Codecov by Sentry. |
This PR should pass the CI, please retrigger CI if possible, thank you! |
Signed-off-by: Future-Outlier <[email protected]>
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.
Very nice PR, you are Amazing, Flyte, Tesla, and AXIS will appreciate you.
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
Head branch was pushed to by a user without write access
Signed-off-by: Future-Outlier <[email protected]>
…ectly (#2887) * fix container task local execution path key extraction Signed-off-by: wayner0628 <[email protected]> * lint Signed-off-by: wayner0628 <[email protected]> * lint Signed-off-by: wayner0628 <[email protected]> * lint Signed-off-by: wayner0628 <[email protected]> * ruff format Signed-off-by: wayner0628 <[email protected]> * add wrong syntax unit testing Signed-off-by: wayner0628 <[email protected]> * fix pytest raise Signed-off-by: wayner0628 <[email protected]> * Better Error MSG, very nice PR Wayner Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: wayner0628 <[email protected]> --------- Signed-off-by: wayner0628 <[email protected]> Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: Future-Outlier <[email protected]> Signed-off-by: Katrina Rogan <[email protected]>
…ectly (flyteorg#2887) * fix container task local execution path key extraction Signed-off-by: wayner0628 <[email protected]> * lint Signed-off-by: wayner0628 <[email protected]> * lint Signed-off-by: wayner0628 <[email protected]> * lint Signed-off-by: wayner0628 <[email protected]> * ruff format Signed-off-by: wayner0628 <[email protected]> * add wrong syntax unit testing Signed-off-by: wayner0628 <[email protected]> * fix pytest raise Signed-off-by: wayner0628 <[email protected]> * Better Error MSG, very nice PR Wayner Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: Future-Outlier <[email protected]> * nit Signed-off-by: wayner0628 <[email protected]> --------- Signed-off-by: wayner0628 <[email protected]> Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: Future-Outlier <[email protected]> Signed-off-by: 400Ping <[email protected]>
Tracking issue
flyteorg/flyte#5929
Why are the changes needed?
To make copilot task local execution syntax aligned with remote execution and avoid the not expected behaviors.
What changes were proposed in this pull request?
For flyte directory and flyte file,
make /var/inputs work and make "{{.inputs.inputs}}" doesn't.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
#2258
flyteorg/flyte#5715
Docs link