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

Useful operation pieces #280

Open
vinicvaz opened this issue Apr 19, 2024 · 4 comments
Open

Useful operation pieces #280

vinicvaz opened this issue Apr 19, 2024 · 4 comments
Assignees

Comments

@vinicvaz
Copy link
Collaborator

We should start thinking about default operational pieces, such as conditional branching, iteration and loops, etc.
We need to determine the best approach for implementing these components and how to translate them into the DAG file.

ref: https://docs.astronomer.io/learn/airflow-branch-operator

@luiztauffer
Copy link
Member

related: #60

@tdari
Copy link
Contributor

tdari commented Apr 19, 2024

We should start thinking about default operational pieces, such as conditional branching, iteration and loops, etc. We need to determine the best approach for implementing these components and how to translate them into the DAG file.

ref: https://docs.astronomer.io/learn/airflow-branch-operator

I recently starred this repo, which might be helpful in the frontend. But I didn't dig into it much, there may be more suitable tools.

@tdari
Copy link
Contributor

tdari commented Jul 26, 2024

Reactflow has introduced computational flows in v12.0.0. See, https://reactflow.dev/learn/advanced-use/computing-flows

@vinicvaz
Copy link
Collaborator Author

Reactflow has introduced computational flows in v12.0.0. See, https://reactflow.dev/learn/advanced-use/computing-flows

This is really nice! Not sure if we can use it right now since all the processing is happening in Airflow but it might be useful at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants