Skip to content

Commit 3b858fe

Browse files
committed
fix
1 parent e7963ef commit 3b858fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/gitlab_job.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCHEMA >
1010
`tag` Boolean `json:$.tag` DEFAULT 'false',
1111
`before_sha` String `json:$.before_sha` DEFAULT '',
1212
`sha` String `json:$.sha` DEFAULT '',
13-
`build_id` Nullable(String) `json:$.build_id` DEFAULT '',
13+
`build_id` Nullable(Int32) `json:$.build_id` DEFAULT 0,
1414
`build_name` String `json:$.build_name` DEFAULT '',
1515
`build_stage` String `json:$.build_stage` DEFAULT '',
1616
`build_status` String `json:$.build_status` DEFAULT '',

0 commit comments

Comments
 (0)