From 82ae908fbf3b2361343fff1859d3533383dc50ec Mon Sep 17 00:00:00 2001 From: Toran Sahu Date: Fri, 12 Apr 2024 23:40:17 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20Remove=20duplicate=20key=20time=5Fpartit?= =?UTF-8?q?ioning=20from=20Table.=5FPROPERTY=5FTO=5FA=E2=80=A6=20(#1898)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …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 # 🦕 --- google/cloud/bigquery/table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/google/cloud/bigquery/table.py b/google/cloud/bigquery/table.py index c002822fe..73e755e9e 100644 --- a/google/cloud/bigquery/table.py +++ b/google/cloud/bigquery/table.py @@ -385,7 +385,6 @@ class Table(_TableBase): "clone_definition": "cloneDefinition", "streaming_buffer": "streamingBuffer", "self_link": "selfLink", - "time_partitioning": "timePartitioning", "type": "type", "view_use_legacy_sql": "view", "view_query": "view",