Folks, Any pointers for me to check this issue: ``...
# ingestion
p
Folks, Any pointers for me to check this issue:
Copy code
'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:422]: ERROR :: '
                                      '/value/com.linkedin.metadata.snapshot.DatasetSnapshot/urn :: "Provided urn '
                                      'urn:li:dataset:(urn:li:dataPlatform:redshift,<>.<>.<>.<>),PROD)" is invalid\n'
l
can you please post the ingestion source config? also, what are the versions of the ingestion and serving stack?
p
It is Redshift to the latest version of Datahub - one reason I can think of is that the tables were dropped while this script was running, not sure
e
Seems like the parenthesis in the dataset name is causing the issue. <>.<>.<>.<>)
Ideally it should be
Copy code
urn:li:dataset:(urn:li:dataPlatform:redshift,<>.<>.<>.<>,PROD)
p
@early-lamp-41924 must be able to check this with some query on Redshift side?
there was no parenthesis anywhere in the message..I used <> as placeholders to schema and table names etc
tables had underscore in the names though
e
ahh got it
p
“one reason I can think of is that the tables were dropped while this script was running, not sure” -> i can only think of this..
e
can you query for the table that caused the error?
it’s just this one that is erroring out right?
p
sure…I got this message for a few tables and I had to do something else and I missed it, can do this
thanks
but you know what @early-lamp-41924 you were right
select * from pg_statio_all_tables where relname like ‘%)’
returned 3 tables that has parenthesis
e
ah
@mammoth-bear-12532 any solutions to this? there are tables with parenthesis in them
p
I am asking folks internally to rename it, makes no sense - don’t worry
e
Awesome!
Let us know if you run into any other issues!!
🙌 1