-
Notifications
You must be signed in to change notification settings - Fork 309
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
feat: Add table_constraints
field to Table model
#1755
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cea6e03
feat: add `table_constraints` field to Table model
dimkonko 9e34810
Change `raise` to `return` in __eq__ methods
dimkonko 5d034f4
Fix __eq__ for ColumnReference
dimkonko da663b2
Add column_references to ForeignKey __eq__
dimkonko 29d1238
Add missing coverage
dimkonko 51b3c58
Merge branch 'main' into main
chalmerlowe c69d717
Update google/cloud/bigquery/table.py
chalmerlowe 8cdbc04
Update google/cloud/bigquery/table.py
chalmerlowe 55054bb
Update google/cloud/bigquery/table.py
chalmerlowe 9d49e50
Update tests/unit/test_table.py
chalmerlowe 7bdfad9
Update tests/unit/test_table.py
chalmerlowe 5145eb9
Update tests/unit/test_table.py
chalmerlowe cd1ee01
Update tests/unit/test_table.py
chalmerlowe dd8a16b
Update tests/unit/test_table.py
chalmerlowe 1fa1cfd
Update tests/unit/test_table.py
chalmerlowe 43ec134
Update tests/unit/test_table.py
chalmerlowe 3b566b8
Update tests/unit/test_table.py
chalmerlowe 34df1c6
Merge branch 'main' into main
chalmerlowe eec92da
Update google/cloud/bigquery/table.py
chalmerlowe a84edc4
Update google/cloud/bigquery/table.py
chalmerlowe bec1b4a
Update google/cloud/bigquery/table.py
chalmerlowe 8e07232
Update tests/unit/test_table.py
chalmerlowe 60ba10c
Update tests/unit/test_table.py
chalmerlowe 75f3482
Update tests/unit/test_table.py
chalmerlowe 21cac59
Update tests/unit/test_table.py
chalmerlowe 69a7235
Update tests/unit/test_table.py
chalmerlowe c6ac023
Update tests/unit/test_table.py
chalmerlowe 7f40eab
Update tests/unit/test_table.py
chalmerlowe 1959ef9
Merge branch 'main' into main
chalmerlowe 22256f6
Merge branch 'main' into main
chalmerlowe 506afa4
Merge branch 'main' into main
chalmerlowe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This (3019) is also identified by coverage.py as being untested