I noticed in the recent town hall ML features that...
# getting-started
s
I noticed in the recent town hall ML features that there was a Primary key shown for a column in schema. Will that be added to datasets (primary key and foreign keys)? Basically because it would be great if we have something like "Answer how to best use this table — with queries " from https://medium.com/amundsen-io/amundsen-monthly-update-may-2021-d384e3d1be50. Frequent joins can be shown via queries. But even without queries from the schema itself we should be able to add what column can be joined with what else. And for the cases where this information is spread across databases we can manually add this information.
b
Prikey and foreign keys are already in datasets. Just not rendered in UI.
s
That is good to know. Primary, foreign, partition keys are very good to add in the UI.
Being able to show to users that this column of this dataset can be joined to these columns of all these datasets will be helpful.
Having partition key and being able to filter for queries not using partition keys can save us cost and our users time.
l
yes we are planning to add this information soon