-
Notifications
You must be signed in to change notification settings - Fork 299
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
pyflyte run can now execute a task either locally or remote #995
Conversation
Signed-off-by: Ketan Umare <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #995 +/- ##
==========================================
+ Coverage 86.29% 86.34% +0.05%
==========================================
Files 255 255
Lines 24284 24306 +22
Branches 2768 2771 +3
==========================================
+ Hits 20955 20988 +33
+ Misses 2856 2845 -11
Partials 473 473
Continue to review full report at Codecov.
|
Signed-off-by: Ketan Umare <[email protected]>
|
||
def get_command(self, ctx, workflow): | ||
def get_command(self, ctx, exe_entity): |
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.
what's exe_entity?
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.
executable
* pyflyte run can now execute a task either locally or remote Signed-off-by: Ketan Umare <[email protected]> * Fix namedtuple and test Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare [email protected]
TL;DR
It is now possible to execute a single task from the command line
Example
To Execute
and help should show
Type
Are all requirements met?
Tracking Issue
flyteorg/flyte#2471
Follow-up issue
NA