-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
label_column option in metadata.json #234
Comments
|
I built this wrong: my implementation is looking for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 alabel_column
which, if present, will be used for those displays.The text was updated successfully, but these errors were encountered: