Skip to content

Commit 8d6791e

Browse files
committed
add tags
1 parent 3f2afa3 commit 8d6791e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tinybird/datasources/clerk.datasource

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://clerk.com/docs/webhooks/overview#payload-structure
4+
5+
TAGS "clerk"
6+
17
SCHEMA >
28
`time` DateTime64(3) `json:$.timestamp` DEFAULT now(),
39
`data` JSON `json:$.data`,

tinybird/datasources/clerk_simple.datasource

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://clerk.com/docs/webhooks/overview#payload-structure
4+
5+
TAGS "clerk"
6+
17
SCHEMA >
28
`time` DateTime64(3) `json:$.timestamp` DEFAULT now(),
39
`record` JSON `json:$`

0 commit comments

Comments
 (0)