This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |