Hello All, After ingesting metadata from redshift,...
# ingestion
e
Hello All, After ingesting metadata from redshift, I am unable to see information for constraints like primary key and foreign key in schema part of dataset. Is there anything specific while ingesting data from redshift? Can anyone suggest anything in this?
d
Does it show dist/sort keys?
e
No.I am not able to see any keys or constraint related information.
Constraints are viewable in mariadb ingestion but not in redshift ingestion
d
Normally you should see dist/sort keys like this ->
e
This is also missing for me!
d
which version of datahub client do you use? Do you have dist/sort key defined for your tables?
e
Am using 0.10.2-3 version. not dist/sort key but I do have primary and foreign keys
d
I’m not sure if we capture the primary/foreign key for Redshift now, Please, can you create a GitHub issue? Unfortunately on Redshift primary and foreign keys are not enforced.
e
Okay.Sure! Thank you for the help!
One more question , can you help me with openAPI to get all the datasets from datahub?
I have tried with one exposed get api but that works as search
means there we need to pass one dataset URN as param to fetch metadata for that particular dataset