For once in Airflow’s life, they have a feature Me...
# ask-metaflow
l
For once in Airflow’s life, they have a feature Metaflow doesn’t: asset graph (although: it’s still airflow, so it’s “goodness” should probably be taken with a grain of salt) Keeping track of which datasets/columns/artifacts are fed into which flows—and which of those feed into which output columns is hard to do. At my last place we had a tangled mess of flows after 5 years which made us really motivated to focus on data lineage next time around
1
I know metaflow is working to make artifacts more of a first class citizen. Super excited for that.
cc: @bored-vr-66208 , @fancy-vr-43603
b
This would be the chef’s kiss for Metaflow!!!
chef kiss 1
h
Does this work with xcom?
l
I’m not sure. I know they redid their SDK to have an @asset decorator. I THINK you have assets subscribe to outputs of other assets (if you want to pass context btw tasks) with an API more similar to Dagster. But haven’t looked into it much.
If we update to airflow 3.0 at work I’ll check it out
v
yep, there are a few features on the roadmap (even at the PR stage) which will help track lineage excited monkey
b
🚀🤘 👏