Automate GCP BigQuery Table View Creation
In this quick demo, we are going to use a Python Script to automate GCP BigQuery Table View Creation for all tables in a dataset in a different GCP project. Before running the script you need to create Application Default Credentials to let Python script use them to authenticate. The user account or service account…
more