Skip to content

Commit d9ef8f5

Browse files
committed
extra comma
1 parent 3c25bb4 commit d9ef8f5

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

tinybird/datasources/github.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "github"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/gitlab.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "gitlab"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.object_kind` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/knock.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "knock"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/mailgun.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "mailgun"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.event` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/orb.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "orb"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/pagerduty.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "pagerduty"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.event.event_type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/resend.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "resend"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/sentry.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "sentry"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.action` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/stripe.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "stripe"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

tinybird/datasources/vercel.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAGS "vercel"
77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}',
10+
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"
1313
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

0 commit comments

Comments
 (0)