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

[Feature/Addition] BigQuery copy table between projects #908

Open
elyse-weiss opened this issue Oct 19, 2023 · 0 comments
Open

[Feature/Addition] BigQuery copy table between projects #908

elyse-weiss opened this issue Oct 19, 2023 · 0 comments
Labels
connector update Work type - additions or changes to the functions of an existing Parsons connector enhancement Impact - something should be added to or changed about Parsons that isn't causing a current breakage good first issue These issues are great ones to start working on for Parsons newcomers! medium priority Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users

Comments

@elyse-weiss
Copy link
Contributor

A simple function to move a table between BigQuery projects.

Detailed Description

Context

This is definitely helpful to TMC staff who may be working in Dev or TMC projects, and want to move tables to Prod or Member projects.

Possible Implementation

Google CLI code from @IanRFerguson:
bq cp {{ project1 }}:dataset1.table1 {{ project2 }}:dataset2.table2

Priority

Medium

@elyse-weiss elyse-weiss added enhancement Impact - something should be added to or changed about Parsons that isn't causing a current breakage good first issue These issues are great ones to start working on for Parsons newcomers! connector update Work type - additions or changes to the functions of an existing Parsons connector labels Oct 19, 2023
@shaunagm shaunagm added the medium priority Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connector update Work type - additions or changes to the functions of an existing Parsons connector enhancement Impact - something should be added to or changed about Parsons that isn't causing a current breakage good first issue These issues are great ones to start working on for Parsons newcomers! medium priority Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users
Projects
None yet
Development

No branches or pull requests

2 participants