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

17 lines
215 B
JSON
Raw Normal View History

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