Hi all, so apparently datahub can automatically in...
# ingestion
c
Hi all, so apparently datahub can automatically ingest bigquery column and table descriptions. My understanding is that the reverse isn’t true. That is, if we edit a column description on datahub, there’s no way for us to sync back to bigquery, correct?
b
Yes.
b
Correct - as of today bidirectional sync is not provided out of the box
That being said, there's no reason you couldn't write a small lambda to port descriptions from DataHub back into a source system
c
That makes sense. Thank you both!