Skip to content

Commit 3e3b759

Browse files
committed
add tags
1 parent 64120cf commit 3e3b759

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tinybird/datasources/resend.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://resend.com/docs/dashboard/webhooks/event-types
4+
5+
TAGS "resend"
6+
17
SCHEMA >
28
`time` DateTime64(3) `json:$.created_at` DEFAULT now(),
39
`type` String `json:$.type`,

tinybird/datasources/resend_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://resend.com/docs/dashboard/webhooks/event-types
4+
5+
TAGS "resend"
6+
17
SCHEMA >
28
`time` DateTime64(3) `json:$.created_at` DEFAULT now(),
39
`record` JSON `json:$`

0 commit comments

Comments
 (0)