I am executing ingest via docker container(linkedi...
# ingestion
b
I am executing ingest via docker container(linkedin/datahub-ingestion). But, am running into this issue here:
Copy code
'error': 'Unable to emit metadata to DataHub GMS',
               'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
                        'message': "No root resource defined for path '/datasets'",
                        'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:404]: No root resource defined for path '
                                      "'/datasets'\n"
m
@brief-toothbrush-55766: you might be using the
:latest
tag on the image. We have moved away from using
:latest
tags on images to
:head
.
b
Oh, didnt know that
thanks @mammoth-bear-12532 that was the trick, somehow I missed that. Ingestion now works, but I postgis raster columns are still not being correctly mapped:
Copy code
gama-datahub-t4n98: {'failures': {},                                                                                                                                                 
gama-datahub-t4n98:  'filtered': ['cron.*', 'information_schema.*', 'tiger.*', 'topology.*'],                                                                                        
gama-datahub-t4n98:  'tables_scanned': 164,                                                                                                                                          
gama-datahub-t4n98:  'views_scanned': 4,                                                                                                                                             
gama-datahub-t4n98:  'warnings': {'gama-pg-db.ethiopia.etnahil1': ['unable to map type Raster() to metadata schema'],
m
@miniature-tiger-96062: could you take a look when you have a chance?
m
Hi @brief-toothbrush-55766, I will take a look and reply back.
@brief-toothbrush-55766 are you doing postgis ingestion using the postgres source? Currently not all of the sql sources we have support complex data types. postgis seems to be an extender for postgres so the new data types it comes with don't have support as of now.
b
OK, I see. Thanks @mammoth-bear-12532 and @miniature-tiger-96062