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.
2 parents 6fe1c2a + 8ccf5c8 commit 917492bCopy full SHA for 917492b
tinybird/datasources/gitlab_push.datasource
@@ -10,8 +10,8 @@ SCHEMA >
10
`before` String `json:$.before`,
11
`after` String `json:$.after`,
12
`ref` String `json:$.ref`,
13
- `ref_protected` Boolean `json:$.ref_protected`,
14
- `checkout_sha` String `json:$.checkout_sha`,
+ `ref_protected` Bool `json:$.ref_protected`,
+ `checkout_sha` String `json:$.checkout_sha` DEFAULT '',
15
`user_id` UInt32 `json:$.user_id`,
16
`user_name` String `json:$.user_name`,
17
`user_username` String `json:$.user_username`,
0 commit comments