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 3dcf6a7 commit d78dc4bCopy full SHA for d78dc4b
tinybird/datasources/gitlab_job.datasource
@@ -10,7 +10,7 @@ SCHEMA >
10
`tag` Boolean `json:$.tag` DEFAULT 'false',
11
`before_sha` String `json:$.before_sha` DEFAULT '',
12
`sha` String `json:$.sha` DEFAULT '',
13
- `build_id` String `json:$.build_id` DEFAULT '',
+ `build_id` Nullable(String) `json:$.build_id` DEFAULT '',
14
`build_name` String `json:$.build_name` DEFAULT '',
15
`build_stage` String `json:$.build_stage` DEFAULT '',
16
`build_status` String `json:$.build_status` DEFAULT '',
0 commit comments