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 6fe1c2a commit 54a87faCopy full SHA for 54a87fa
tinybird/datasources/gitlab_push.datasource
@@ -11,7 +11,7 @@ SCHEMA >
11
`after` String `json:$.after`,
12
`ref` String `json:$.ref`,
13
`ref_protected` Boolean `json:$.ref_protected`,
14
- `checkout_sha` String `json:$.checkout_sha`,
+ `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