Is datahub ingestion able to handle sources with s...
# ingestion
b
Is datahub ingestion able to handle sources with spatial columns i.e geometry? Seems like its not. Got the following error while ingesting metadata from a Postgres(postgis) source with a 'geom' column with 'geometry' type.:
m
Take a look at https://datahubproject.io/docs/metadata-ingestion#postgresql-postgres I think you need to additionally pip install GeoAlchemy2
b
@mammoth-bear-12532 Thanks, will check this and get back to you.