Skip to content

Instantly share code, notes, and snippets.

View brightbytes-dude's full-sized avatar
💭
What is happening happens always, what was here is always gone,

Aaron E Cohen brightbytes-dude

💭
What is happening happens always, what was here is always gone,
View GitHub Profile
@sloev
sloev / bigquery_data_transfer_jobs.py
Last active September 12, 2023 19:41
how to use bigquery transfer service from python for cross regional dataset copy on schedule
"""
How to create cross-region scheduled bigquery dataset copy jobs in GCP using python
______________________________________________________________
* use python 3.7+
* install requirements
google-api-python-client==1.12.8
google-auth==1.23.0
google-auth-oauthlib==0.4.2