We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2ab2be + 1e4ff3e commit 9a9bd53Copy full SHA for 9a9bd53
tinybird/datasources/sentry.datasource
@@ -0,0 +1,14 @@
1
+TOKEN "append" APPEND
2
+
3
+# Refer to https://docs.sentry.io/organization/integrations/integration-platform/webhooks/ for the json schemas
4
5
+TAGS "sentry"
6
7
+SCHEMA >
8
+ `action` LowCardinality(String) `json:$.action` DEFAULT 'unknown',
9
+ `actor` JSON `json:$.actor` DEFAULT '{}',
10
+ `data` JSON `json:$.data` DEFAULT '{}',
11
+ `installation` JSON `json:$.installation` DEFAULT '{}'
12
13
+ENGINE "MergeTree"
14
+ENGINE_SORTING_KEY "action"
0 commit comments