cloud-foundation-fabric/data-solutions/gcs-to-bq-with-dataflow/schema_bq_import.json

14 lines
191 B
JSON
Raw Normal View History

[
{
"name": "name",
"type": "STRING"
},
{
"name": "surname",
"type": "STRING"
},
{
"name": "age",
"type": "NUMERIC"
}
]