Sha256: bcafc1a880c7fbc95912d51c04d7f9249c9e1c18660ddd3abfe8123001a0a993
Contents?: true
Size: 542 Bytes
Versions: 10
Compression:
Stored size: 542 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: table_info table: your_table_name <<: *bigquery - action: table_info prefix: your_table_name <<: *bigquery
Version data entries
10 entries across 10 versions & 1 rubygems