Hey all, I’m reading through the airflow executor ...
# integration-airflow
m
Hey all, I’m reading through the airflow executor and I kinda have some hard time understanding how the data flows between dagster tasks in the context of airflow. So for the containerized airflow operator, the dagster tasks are called through graphQL, Does this means for every dagster task I’ll have a container or a single container that would be called by graphQL by each airflow operator?
👍 1