Hi <#CV2KB471C|getting-started> i am standing up a...
# getting-started
a
Hi #getting-started i am standing up a POC for my team with Datahub. Can anyone tell me if it is bidirectional? We are interested in establishing metadata continuity across all platforms, including back to the warehouse.
1
m
It is not bidirectional. Depending on how complex your ecosystem, you can build something on top of datahub to push metadata back to the source systems
m
Hey @ancient-ice-22726: the architecture enables bi-directional communication, since all events are streamed over Kafka, however you have to write a custom lambda to process those events and write them back to the destination
Here is an example of what building that looks like for writing tags back to snowflake e.g. (https://github.com/acryldata/datahub-actions/pull/82)