domino icon indicating copy to clipboard operation
domino copied to clipboard

Useful operation pieces

Open vinicvaz opened this issue 10 months ago • 4 comments

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

vinicvaz avatar Apr 19 '24 12:04 vinicvaz

related: https://github.com/Tauffer-Consulting/domino/pull/60

luiztauffer avatar Apr 19 '24 12:04 luiztauffer

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 avatar Apr 19 '24 18:04 tdari

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

tdari avatar Jul 26 '24 21:07 tdari

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.

vinicvaz avatar Jul 26 '24 21:07 vinicvaz