Skip to content

Commit 77a1ddc

Browse files
committed
Updating description for table schema
1 parent 6349cb4 commit 77a1ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
altDefaults:
9191
- type: ALTERNATE_TYPE_DC
9292
value:
93-
- schema: "[{\"description\": \"Default String Value\",\"mode\": \"NULLABLE\",\"name\": \"defaultStringValue\",\"type\": \"STRING\"},{\"description\": \"Default Number Value\",\"mode\": \"NULLABLE\",\"name\": \"defaultNumberValue\",\"type\": \"INTEGER\"},{\"description\": \"Data\",\"mode\": \"NULLABLE\",\"name\": \"data\",\"type\": \"STRING\"}]"
93+
- schema: "[{\"description\": \"An example string field. Illustrates the storage of textual data compliant with STRING type\",\"mode\": \"NULLABLE\",\"name\": \"exampleID\",\"type\": \"STRING\"},{\"description\": \"An integer value. Demonstrates the representation of whole number data compliant with INTEGER type\",\"mode\": \"NULLABLE\",\"name\": \"numberField\",\"type\": \"INTEGER\"},{\"description\": \"This field stores data crucial for Google Cloud Pub/Sub connectivity\",\"mode\": \"NULLABLE\",\"name\": \"data\",\"type\": \"STRING\"}]"
9494
table_id: table-1
9595
views:
9696
name: views

0 commit comments

Comments
 (0)