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 e7963ef commit 3b858feCopy full SHA for 3b858fe
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` Nullable(String) `json:$.build_id` DEFAULT '',
+ `build_id` Nullable(Int32) `json:$.build_id` DEFAULT 0,
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