cloud-foundation-fabric/examples/data-solutions/gcs-to-bq-with-least-privil.../data-demo/person_schema.json

17 lines
215 B
JSON

{
"BigQuery Schema": [
{
"name": "name",
"type": "STRING"
},
{
"name": "surname",
"type": "STRING"
},
{
"name": "timestamp",
"type": "TIMESTAMP"
}
]
}