Hi- has anyone managed to get lineage ingestion wo...
# ingestion
b
Hi- has anyone managed to get lineage ingestion working with AWS Managed Airflow? MWAA configuration options seem quite limited.
m
Hi @blue-holiday-20644: yeah looks like both Google Cloud Composer and AWS MWAA are quite limited unfortunately.
Something the community has done is tack on a follow on task to each of the “data processing tasks” to emit lineage using the
LineageEmitterOperator
b
Ok thanks