Skip to content
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: refactor AccessEntry to use _properties pattern #1125

Merged
merged 51 commits into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
42a4b98
add view, dataset, routine properties
steffnay Jan 28, 2022
80c22ec
add properties and unit tests
steffnay Jan 31, 2022
2f2a8cd
lint
steffnay Jan 31, 2022
a8840ab
add properties and tests
steffnay Feb 5, 2022
437165f
merge
steffnay Feb 5, 2022
4e37ddf
remove unused imports
steffnay Feb 5, 2022
6e2a7bc
update test
steffnay Feb 5, 2022
38b1692
add tests
steffnay Feb 5, 2022
4b99d78
add tests
steffnay Feb 6, 2022
7eff546
add tests
steffnay Feb 6, 2022
d81076d
add more tests
steffnay Feb 6, 2022
ee1427b
update return type
steffnay Feb 6, 2022
9f955c0
Merge branch 'main' of github.com:googleapis/python-bigquery into acc…
steffnay Feb 16, 2022
7f68e89
Update google/cloud/bigquery/dataset.py
steffnay Feb 16, 2022
ec6dc26
Update google/cloud/bigquery/dataset.py
steffnay Feb 16, 2022
d797026
Update google/cloud/bigquery/dataset.py
steffnay Feb 16, 2022
296d764
refactor to use get() and remove self._entity_id
steffnay Feb 16, 2022
f73411e
add unit tests for property none values
steffnay Feb 16, 2022
fcd4561
delete unnecessary file
steffnay Feb 16, 2022
b11e914
Update google/cloud/bigquery/dataset.py
steffnay Feb 17, 2022
9605acd
Update google/cloud/bigquery/dataset.py
steffnay Feb 17, 2022
5e93d91
Update google/cloud/bigquery/dataset.py
steffnay Feb 17, 2022
cf1eca7
Merge branch 'main' into access-entry-refactor
steffnay Feb 17, 2022
d40f5db
add types, remove unnecessary checks
steffnay Feb 17, 2022
4d1ffa1
fix types
steffnay Feb 18, 2022
92c3209
types
steffnay Feb 18, 2022
f052148
add type casting
steffnay Feb 18, 2022
0d41a25
Merge branch 'main' into access-entry-refactor
steffnay Feb 18, 2022
e0e68a4
refactor AccessEntry repr
steffnay Feb 23, 2022
8849ac4
Merge branch 'main' into access-entry-refactor
steffnay Mar 7, 2022
a33f86a
update to return DatasetReference
steffnay Mar 7, 2022
ded07b2
update to use RoutineRef and TableRef
steffnay Mar 10, 2022
cfc55b8
Merge branch 'main' into access-entry-refactor
steffnay Mar 15, 2022
a7600b3
Merge branch 'main' into access-entry-refactor
steffnay Mar 18, 2022
2536597
add table test
steffnay Mar 18, 2022
0e8c08c
Merge branch 'main' into access-entry-refactor
tswast Mar 22, 2022
018fa49
Merge branch 'main' of github.com:googleapis/python-bigquery into acc…
steffnay Mar 22, 2022
d85463f
Merge branch 'access-entry-refactor' of github.com:steffnay/python-bi…
steffnay Mar 22, 2022
01f3734
update to use api_repr
steffnay Mar 29, 2022
cd36b8c
Merge branch 'main' into access-entry-refactor
steffnay Mar 29, 2022
9912f79
Merge branch 'main' into access-entry-refactor
steffnay Mar 29, 2022
9c367c9
lint
steffnay Mar 29, 2022
a10b98f
Merge branch 'main' into access-entry-refactor
steffnay Apr 7, 2022
d9b5203
Update google/cloud/bigquery/dataset.py
steffnay Apr 7, 2022
0e3b391
Update google/cloud/bigquery/dataset.py
steffnay Apr 7, 2022
2fa34ae
Update google/cloud/bigquery/dataset.py
steffnay Apr 7, 2022
87645db
Merge branch 'main' into access-entry-refactor
steffnay Apr 8, 2022
32aaf4b
merge
steffnay Apr 8, 2022
fd36be1
Merge branch 'access-entry-refactor' of github.com:steffnay/python-bi…
steffnay Apr 8, 2022
84a4f79
update tests
steffnay Apr 8, 2022
9885354
remove repeat type import
steffnay Apr 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading