Hi all, If I ingest a Postgis(postgres) source, is...
# ingestion
b
Hi all, If I ingest a Postgis(postgres) source, is it currently possible to also extract spatial metadata e.g CRS or even the BBOX? if not and i want to implement this via the transformer, whats the best way to approach that?
g
What sort of spatial metadata are you looking to extract? (I’m not just super familiar with postgis)
There’s a couple example transformer implementations that you can use for reference (e.g. https://github.com/linkedin/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/transformer/add_dataset_tags.py#L24)
Also happy to hop on a call to talk through this - let me know if that’d be easier