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.
1 parent 54a87fa commit 8ccf5c8Copy full SHA for 8ccf5c8
tinybird/datasources/gitlab_push.datasource
@@ -10,7 +10,7 @@ SCHEMA >
10
`before` String `json:$.before`,
11
`after` String `json:$.after`,
12
`ref` String `json:$.ref`,
13
- `ref_protected` Boolean `json:$.ref_protected`,
+ `ref_protected` Bool `json:$.ref_protected`,
14
`checkout_sha` String `json:$.checkout_sha` DEFAULT '',
15
`user_id` UInt32 `json:$.user_id`,
16
`user_name` String `json:$.user_name`,
0 commit comments