Skip to content

Commit 917492b

Browse files
authored
Merge pull request #15 from tinybirdco/gitlab01
fix
2 parents 6fe1c2a + 8ccf5c8 commit 917492b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinybird/datasources/gitlab_push.datasource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SCHEMA >
1010
`before` String `json:$.before`,
1111
`after` String `json:$.after`,
1212
`ref` String `json:$.ref`,
13-
`ref_protected` Boolean `json:$.ref_protected`,
14-
`checkout_sha` String `json:$.checkout_sha`,
13+
`ref_protected` Bool `json:$.ref_protected`,
14+
`checkout_sha` String `json:$.checkout_sha` DEFAULT '',
1515
`user_id` UInt32 `json:$.user_id`,
1616
`user_name` String `json:$.user_name`,
1717
`user_username` String `json:$.user_username`,

0 commit comments

Comments
 (0)