Good morning I'm running the datahub docker QuickS...
# troubleshoot
r
Good morning I'm running the datahub docker QuickStart and trying Postgres ingestion. It will fail with a 500 in gms „can't ingest entity“ any hints or how to debut? I assume I can change the log level for ingestion?
Copy code
07:21:46.830 [qtp544724190-12] ERROR c.l.m.filter.RestliLoggingFilter - java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
07:21:47.228 [qtp544724190-10] INFO  c.l.m.filter.RestliLoggingFilter - POST /entities?action=ingest - ingest - 500 - 1ms
Running the pipeline throws this:
Copy code
91 more\nCaused by: java.net.URISyntaxException: Invalid URN Parameter: 'No enum constant com.linkedin.common.FabricType.dev: urn:li:dataset:(urn:li:dataPlatform:postgres,dev.public.consumer,dev)\n\tat com.linkedin.common.urn.DatasetUrn.createFromUrn(DatasetUrn.java:55)\n\tat com.linkedin.common.urn.DatasetUrn.createFromString(DatasetUrn.java:38)\n\tat com.linkedin.common.urn.DatasetUrn$1.coerceOutput(DatasetUrn.java:76)\n\t... 94 more\n", 'message': 'java.lang.RuntimeException: java.lang.reflect.InvocationTargetException', 'status': 500}
EDIT: It was wrong env (which didn't exist)
b
Hi @rough-zoo-50278! Thanks for reporting this. We are working on a new primary key structure that will not require a specific value for the "env" field. That will help resolve issues like this going forward
🚀 1
r
Thanks for the feedback. The error message was also hidden in a huge stack trace for the ingestion command. GMS logs didn't include any error details.