Sha256: 5723fe11a004e991cc8b0a0806e165d4fc3fce8ba0f1e98532b1056b983bfa38
Contents?: true
Size: 496 Bytes
Versions: 14
Compression:
Stored size: 496 Bytes
Contents
bigquery: &bigquery json_keyfile: 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
Version data entries
14 entries across 14 versions & 1 rubygems