-
Notifications
You must be signed in to change notification settings - Fork 168
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
BQ now supports FK & PK; take into account for diagrams 🙏 #448
Labels
Comments
MaximusMcCann
changed the title
BQ now supports FK & PK; take into account for diagrams
BQ now supports FK & PK; take into account for diagrams 🙏
Mar 1, 2023
@MaximusMcCann Thank you for your report! |
Of course! :) |
This would be awesome! |
Would love to see this feature! |
This would be really helpful!! |
This would be very helpful! |
Thanks for the issue! I would like to have this as well |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can now define Foreign and Primary keys on table columns in BigQuery. Would love to see them interpreted and added to the lovely image output to see connections between tables.
Google docs regarding adding FK and PK constraints.
https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#alter_table_add_constraint_statement
Queries to pull the information off the schema about FK & PK.
https://cloud.google.com/bigquery/docs/information-schema-constraint-column-usage
https://cloud.google.com/bigquery/docs/information-schema-key-column-usage
https://cloud.google.com/bigquery/docs/information-schema-table-constraints
General spot for BQ schema information: https://cloud.google.com/bigquery/docs/information-schema-intro
The text was updated successfully, but these errors were encountered: