bigquery: &bigquery credentials_file: example/your-project-000.json dataset: your_dataset_name table: your_table_name actions: - action: create_dataset <<: *bigquery - action: migrate_table <<: *bigquery columns: - { name: 'timestamp', type: 'TIMESTAMP' } - name: 'record' type: 'RECORD' fields: - { name: 'string', type: 'STRING' } - { name: 'integer', type: 'INTEGER' } - action: copy_table <<: *bigquery destination_table: your_table_name_copy