Skip to content

Commit 4e9011e

Browse files
committed
Making schema single line
1 parent dbad1d3 commit 4e9011e

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

metadata.display.yaml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -91,38 +91,7 @@ spec:
9191
- type: ALTERNATE_TYPE_DC
9292
value:
9393
- table_id: table-1
94-
schema: "[
95-
{
96-
\"description\": \"Full visitor ID\",
97-
\"mode\": \"NULLABLE\",
98-
\"name\": \"fullVisitorId\",
99-
\"type\": \"STRING\"
100-
},
101-
{
102-
\"description\": \"Visit number\",
103-
\"mode\": \"NULLABLE\",
104-
\"name\": \"visitNumber\",
105-
\"type\": \"INTEGER\"
106-
},
107-
{
108-
\"description\": \"Visit ID\",
109-
\"mode\": \"NULLABLE\",
110-
\"name\": \"visitId\",
111-
\"type\": \"INTEGER\"
112-
},
113-
{
114-
\"description\": \"Visit Start Time\",
115-
\"mode\": \"NULLABLE\",
116-
\"name\": \"visitStartTime\",
117-
\"type\": \"INTEGER\"
118-
},
119-
{
120-
\"description\": \"Full Date of Visit\",
121-
\"mode\": \"NULLABLE\",
122-
\"name\": \"fullDate\",
123-
\"type\": \"DATE\"
124-
}
125-
]"
94+
schema: "[{\"description\": \"Full visitor ID\",\"mode\": \"NULLABLE\",\"name\": \"fullVisitorId\",\"type\": \"STRING\"},{\"description\": \"Visit number\",\"mode\": \"NULLABLE\",\"name\": \"visitNumber\",\"type\": \"INTEGER\"}]"
12695
views:
12796
name: views
12897
title: Views

0 commit comments

Comments
 (0)