Skip to content

Commit e7963ef

Browse files
committed
add gitlab
1 parent 3dcf6a7 commit e7963ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinybird/datasources/gitlab_job.datasource

Lines changed: 2 additions & 2 deletions
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` String `json:$.build_id` DEFAULT '',
13+
`build_id` Nullable(String) `json:$.build_id` DEFAULT '',
1414
`build_name` String `json:$.build_name` DEFAULT '',
1515
`build_stage` String `json:$.build_stage` DEFAULT '',
1616
`build_status` String `json:$.build_status` DEFAULT '',
@@ -32,7 +32,7 @@ SCHEMA >
3232
`repository` JSON `json:$.repository` DEFAULT '{}',
3333
`project` JSON `json:$.project` DEFAULT '{}',
3434
`runner` JSON `json:$.runner` DEFAULT '{}',
35-
`environment` JSON `json:$.environment` DEFAULT '{}',
35+
`environment` String `json:$.environment` DEFAULT '',
3636
`source_pipeline` JSON `json:$.source_pipeline` DEFAULT '{}'
3737

3838

0 commit comments

Comments
 (0)