Hi :wave: I have a question related to airflow and...
# integration-airflow
a
Hi 👋 I have a question related to airflow and dagster. In one of our pipeline, we are working with a mix of dagster and airflow i.e. few jobs in a pipeline are written as dagster dag. Then we make an airflow dag out of it using
make_airflow_dag
method for deploy purpose. We have some more jobs in that airflow, however those are not dagster based. I am wondering if there is way to communicate any information between dagster dag and airflow dag? Example: task 1 (dagster emr step operator. This yield an output variable) -> task 2 (airflow ecs operator and needs output from task 1)