Hi, we are using the AssetMaterialization more and...
# dagster-feedback
m
Hi, we are using the AssetMaterialization more and more in our team. Since we are also thinking about introducing a data discovery tool / data metadata store (Link lyft's amundsen or LinkedIns DataHub, I was wondering if it is possible to ge the data out of the AssetCatalogue and ingest it into these systems?
3
s
Hi @Matthias Queitsch - we don't yet have bespoke integrations for those tools, but you can use Dagster's APIs to pull AssetMaterializations from Dagster event log and then write them to locations of your choosing. Here's an example of a sensor that tails Dagster's event log for asset events: https://docs.dagster.io/concepts/partitions-schedules-sensors/sensors#multi-asset-sensors
m
Thanks. I will take a look at that.