You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: What should the final outcome look like, ideally?
It should be possible to
pyflyte run --remote test2.py t1 --l hello
and help should show
➜ pyflyte run test2.py --help
Usage: pyflyte run test2.py [OPTIONS] COMMAND [ARGS]...
Run a [workflow|task] in a file using script mode
Options:
--help Show this message and exit.
Commands:
wf Run test2.wf in script mode
wf2m Run test2.wf2m in script mode
t1 Run test2.t1 in script mode
t2 Run test2.t2 in script mode
Describe alternatives you've considered
Jupyter notebook
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
Motivation: Why do you think this is important?
Flyte allows executing one task at a time.
Pyflyte run does not support this.
For example in a workflow
Goal: What should the final outcome look like, ideally?
It should be possible to
and help should show
Describe alternatives you've considered
Jupyter notebook
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: