Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

feat: add support for table clones - #1235

Merged
steffnay merged 34 commits into
googleapis:mainfrom
abecerrilsalas:apb_feat_add_support_for_table_clones
May 20, 2022
Merged

feat: add support for table clones#1235
steffnay merged 34 commits into
googleapis:mainfrom
abecerrilsalas:apb_feat_add_support_for_table_clones

Conversation

@abecerrilsalas

@abecerrilsalasabecerrilsalas commented Apr 29, 2022

Copy link
Copy Markdown
Contributor

Implemented the CLONE table copy mechanism to support creation of delta storage (clone) tables.

  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)

Fixes#1243 🦕

@abecerrilsalas
abecerrilsalas requested review from a team and shollymanApril 29, 2022 19:21
@product-auto-labelproduct-auto-labelBot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery API. labels Apr 29, 2022
Comment threadtests/system/test_client.py Outdated
@steffnay
steffnay requested review from leahecole and removed request for leahecole and shollymanMay 3, 2022 16:03
@abecerrilsalas
abecerrilsalas requested a review from a team as a code ownerMay 3, 2022 19:38
@steffnay
steffnay requested review from leahecole and loferris and removed request for dandhleeMay 6, 2022 16:38
Comment threadgoogle/cloud/bigquery/table.py
Comment threadsamples/snippets/requirements.txt Outdated
Comment threadtests/system/test_client.py
Comment threadtests/unit/test_table.py
Comment threadtests/unit/test_table.py
@steffnay
steffnay merged commit 176fb2a into googleapis:mainMay 20, 2022
@release-pleaserelease-pleaseBot mentioned this pull request May 20, 2022
waltaskew pushed a commit to waltaskew/python-bigquery that referenced this pull request Jul 20, 2022
* feat: add support for table clones
* feat: clone test
* feat: debugging
* feat: more debugging
* feat: more debugging
* feat: even more debugging
* feat: debugging test
* feat: even more test debugging
* feat: check
* feat: modify test
* feat: deleting print statement
* feat: testing
* feat: test update
* feat: change table name
* feat: debugging table name
* feat: cleaning up test
* feat: degubbing test
* feat: add properties check to test
* feat: test change
* feat: added more properties
* Update samples/snippets/requirements.txt
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Steffany Brown <30247553+steffnay@users.noreply.github.com>
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
* feat: add support for table clones
* feat: clone test
* feat: debugging
* feat: more debugging
* feat: more debugging
* feat: even more debugging
* feat: debugging test
* feat: even more test debugging
* feat: check
* feat: modify test
* feat: deleting print statement
* feat: testing
* feat: test update
* feat: change table name
* feat: debugging table name
* feat: cleaning up test
* feat: degubbing test
* feat: add properties check to test
* feat: test change
* feat: added more properties
* Update samples/snippets/requirements.txt
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Steffany Brown <30247553+steffnay@users.noreply.github.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.size: mPull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement table clones

3 participants

@abecerrilsalas@leahecole@steffnay