[Feature/Addition] BigQuery copy table between projects #908
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
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
The text was updated successfully, but these errors were encountered: