79201891

Date: 2024-11-19 02:03:45
Score: 0.5
Natty:
Report link

You can't do that with airflow, dynamic task mapping is about having N run of a task where N is decide at run time.

So if you have a pipeline task_a >> task_b (where each is a dynamic task) airflow will run the N task_a then and only then the M task_b

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: raphaelauv