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

[Core feature] Chain tasks locally #4080

Open
2 tasks done
Tracked by #4064
pingsutw opened this issue Sep 26, 2023 · 2 comments
Open
2 tasks done
Tracked by #4064

[Core feature] Chain tasks locally #4080

pingsutw opened this issue Sep 26, 2023 · 2 comments
Labels
enhancement New feature or request flytekit FlyteKit Python related issue hacktoberfest

Comments

@pingsutw
Copy link
Member

pingsutw commented Sep 26, 2023

Motivation: Why do you think this is important?

Chaining tasks doesn't work locally. In below example, t3 will be executed first instead t1.

We should add an executor in Flytekit; it can schedule and run the task in the proper order.

@workflow
def my_wf():
    t3 = task_a()
    t2 = task_b()
    t1 = task_c()

    t1 >> t2 >> t3

Goal: What should the final outcome look like, ideally?

Chaining tasks should work locally

Describe alternatives you've considered

NA

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
@pingsutw pingsutw added enhancement New feature or request untriaged This issues has not yet been looked at by the Maintainers hacktoberfest flytekit FlyteKit Python related issue and removed untriaged This issues has not yet been looked at by the Maintainers labels Sep 26, 2023
@VPraharsha03
Copy link

@samhita-alla I would like to work on this, could you please assign me ?

@samhita-alla
Copy link
Contributor

@VPraharsha03, are you working on creating a PR for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flytekit FlyteKit Python related issue hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants