Currently the column used for displaying a foreign key relationship is automatically detected by inspect() by looking for tables that have a primary key column and one other column.
This doesn't work for tables with more than two columns.
Let's allow the table section in metadata.json to optionally define a label_column which, if present, will be used for those displays.
Currently the column used for displaying a foreign key relationship is automatically detected by
inspect()by looking for tables that have a primary key column and one other column.This doesn't work for tables with more than two columns.
Let's allow the table section in
metadata.jsonto optionally define alabel_columnwhich, if present, will be used for those displays.