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 29c7444Copy full SHA for 29c7444
tinybird/datasources/fixtures/resend.datasource
@@ -0,0 +1,7 @@
1
+SCHEMA >
2
+ `time` DateTime64(3) `json:$.created_at` DEFAULT now(),
3
+ `record` JSON `json:$`
4
+
5
+ENGINE "MergeTree"
6
+ENGINE_PARTITION_KEY "toYear(time)"
7
+ENGINE_SORTING_KEY "time"
0 commit comments