Troubleshooting errors when emitting metadata to DataHub GMS

Original Slack Thread

Hey everyone,
We have recently added in run results to our dbt ingestion (pushed from Airflow using the datahub cli) and everything is working except that we are getting the following errors:

               'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
                        'message': 'java.lang.RuntimeException: Unknown aspect status for entity dataProcessInstance',
                        'status': 500,
                        'urn': 'urn:li:dataProcessInstance:XXX'}},
              {'error': 'Unable to emit metadata to DataHub GMS: java.lang.RuntimeException: Unknown aspect status for entity dataProcessInstance',
               'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
                        'message': 'java.lang.RuntimeException: Unknown aspect status for entity dataProcessInstance',
                        'status': 500,
                        'urn': 'urn:li:dataProcessInstance:XXX'}},```
datahub cli version: `0.13.2`

These errors are obviously making us scratch our heads. If anyone has suggestions on how to troubleshoot, it would be much appreciated.

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)