Skip to content

Commit cb558b9

Browse files
committed
Updates + start create table examples
1 parent e9ea25a commit cb558b9

21 files changed

+432
-258
lines changed

doc/user/content/ingest-data/webhooks/amazon-eventbridge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ top of your webhook source that uses [`jsonb` operators](/sql/types/jsonb/#opera
139139
to map the individual fields to columns with the required data types.
140140
141141
{{< json-parser >}}
142+
{{< /json-parser >}}
142143
143144
### Timestamp handling
144145

doc/user/content/ingest-data/webhooks/hubspot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ CREATE VIEW parse_hubspot AS SELECT
186186
FROM hubspot_source;
187187
```
188188

189-
{{< json-parser >}}
189+
{{< json-parser />}}
190190

191191
### Timestamp handling
192192

doc/user/content/ingest-data/webhooks/rudderstack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ CREATE VIEW json_parsed AS
165165
```
166166

167167
{{< json-parser >}}
168+
{{< /json-parser >}}
168169

169170
### Timestamp handling
170171

doc/user/content/ingest-data/webhooks/segment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ FROM segment_source;
257257
{{< /tab >}}
258258
{{< /tabs >}}
259259

260-
{{< json-parser >}}
260+
{{< json-parser />}}
261261

262262
### Timestamp handling
263263

doc/user/content/ingest-data/webhooks/stripe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ FROM stripe_source;
167167

168168
{{< json-parser >}}
169169

170+
{{< /json-parser >}}
171+
170172
### Timestamp handling
171173

172174
We highly recommend using the [`try_parse_monotonic_iso8601_timestamp`](/transform-data/patterns/temporal-filters/#temporal-filter-pushdown)

doc/user/content/ingest-data/webhooks/webhook-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ generator, the data will look like:
9696

9797
## Step 4. Parse JSON
9898

99-
{{< json-parser >}}
99+
{{< json-parser />}}
100100

101101
Webhook data is ingested as a JSON blob. We recommend creating a parsing view on
102102
top of your webhook source that uses [jsonb operators](/sql/types/jsonb/#operators)

0 commit comments

Comments
 (0)