Skip to content

Commit 8ccf5c8

Browse files
committed
fix
1 parent 54a87fa commit 8ccf5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/gitlab_push.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCHEMA >
1010
`before` String `json:$.before`,
1111
`after` String `json:$.after`,
1212
`ref` String `json:$.ref`,
13-
`ref_protected` Boolean `json:$.ref_protected`,
13+
`ref_protected` Bool `json:$.ref_protected`,
1414
`checkout_sha` String `json:$.checkout_sha` DEFAULT '',
1515
`user_id` UInt32 `json:$.user_id`,
1616
`user_name` String `json:$.user_name`,

0 commit comments

Comments
 (0)