BigQuery
Steps
1. Enable Cloud Resource Manager API
2. Create a working schema
CREATE SCHEMA IF NOT EXISTS `project-name.mediarithmics_dataset`
OPTIONS (
location = 'EU',
description = 'Working schema mediarithmics'
);3. Service account creation and permissions


Grant access
4. Generate a credentials JSON file

Last updated
Was this helpful?