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.
1 parent 5b0f7ad commit 7d156b5Copy full SHA for 7d156b5
tinybird/datasources/fixtures/clerk.datasource
@@ -0,0 +1,10 @@
1
+SCHEMA >
2
+ `time` DateTime64(3) `json:$.timestamp` DEFAULT now(),
3
+ `data` JSON `json:$.data`,
4
+ `event_attributes` JSON `json:$.event_attributes`,
5
+ `object` String `json:$.object`,
6
+ `type` String `json:$.type`
7
+
8
+ENGINE "MergeTree"
9
+ENGINE_PARTITION_KEY "toYear(time)"
10
+ENGINE_SORTING_KEY "time"
tinybird/datasources/fixtures/clerk_simple.datasource
@@ -0,0 +1,7 @@
+ `record` JSON `json:$`
0 commit comments