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.
isContribution
activityRelations
1 parent 4551ae8 commit 6b0cc88Copy full SHA for 6b0cc88
services/libs/tinybird/datasources/activityRelations.datasource
@@ -47,7 +47,7 @@ SCHEMA >
47
`gitInsertions` UInt32 `json:$.record.gitInsertions` DEFAULT 0,
48
`gitDeletions` UInt32 `json:$.record.gitDeletions` DEFAULT 0,
49
`score` Int8 `json:$.record.score` DEFAULT -1,
50
- `isContribution` UInt8 `json:$.record.isContribution`,
+ `isContribution` UInt8 `json:$.record.isContribution` DEFAULT 0,
51
`pullRequestReviewState` LowCardinality(String) `json:$.record.pullRequestReviewState` DEFAULT ''
52
53
ENGINE ReplacingMergeTree
0 commit comments