Skip to content

Commit 82ae908

Browse files
authored
fix: Remove duplicate key time_partitioning from Table._PROPERTY_TO_A… (#1898)
…PI_FIELD Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent a0fddbb commit 82ae908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/bigquery/table.py

-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ class Table(_TableBase):
385385
"clone_definition": "cloneDefinition",
386386
"streaming_buffer": "streamingBuffer",
387387
"self_link": "selfLink",
388-
"time_partitioning": "timePartitioning",
389388
"type": "type",
390389
"view_use_legacy_sql": "view",
391390
"view_query": "view",

0 commit comments

Comments
 (0)