Hey I'm using a bare minimum config for postgres `...
# ingestion
r
Hey I'm using a bare minimum config for postgres
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
is there any additional config needed to make ingestion work? EDIT: Seems to fail here:
Copy code
: Invalid URN Parameter: 'No enum constant com.linkedin.common.FabricType.dev: urn:li:dataset:(urn:li:dataPlatform:postgres,...,...)
EDIT: It was wrong env (which didn't exist)
s
Currently you will need to use
DEV
. It is all caps for environments currently
r
I was actually “PROD” which seems to be the default when not adding config
b
@rough-zoo-50278 was "PROD" working?
👍 1
r
@big-carpet-38439 I just removed the configuration value „env“ from the Postgres ingestion config which defaults to PROD https://datahubproject.io/docs/metadata-ingestion/source_docs/postgres#config-details