Hello, could we view `foreign key` in datahub?
# feature-requests
m
Hello, could we view
foreign key
in datahub?
b
Coming soon! @green-football-43791
g
Correct!
More details here:
What sources are you interested in extracting foreign keys from?
m
@mysterious-monkey-71931: this should be available for sql sources starting with pypi
acryl_datahub==0.8.15.1
. Let us know if it works for you!
😀 1
plus1 1
m
Thanks everyone 🥰
m
@mysterious-monkey-71931: which source db did you try this with?
m
@mammoth-bear-12532 Currently we only have hive source. But I'm have a plan to add MySQL & PostgreSQL in near future.
Hive don't have the concept of PK & FK. But it has partition columns & bucketed columns. Is that feature work with this kind of columns?
m
This particular feature focuses just on highlighting where primary keys exist and if there are foreign key constraints specified
for partition-keys / bucketed-columns etc.. we would need some additional work in the “connector” + UI to show it.