Skip to content

Commit e68d6c3

Browse files
committed
fix: adding default value to isContribution in ingestion datasource
1 parent 3804abe commit e68d6c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/datasources/activityRelations.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SCHEMA >
4747
`gitInsertions` UInt32 `json:$.record.gitInsertions` DEFAULT 0,
4848
`gitDeletions` UInt32 `json:$.record.gitDeletions` DEFAULT 0,
4949
`score` Int8 `json:$.record.score` DEFAULT -1,
50-
`isContribution` UInt8 `json:$.record.isContribution`,
50+
`isContribution` UInt8 `json:$.record.isContribution` DEFAULT 0,
5151
`pullRequestReviewState` LowCardinality(String) `json:$.record.pullRequestReviewState` DEFAULT ''
5252

5353
ENGINE ReplacingMergeTree

0 commit comments

Comments
 (0)