Skip to content

Commit 0e6a1ca

Browse files
committed
fix
1 parent 3b858fe commit 0e6a1ca

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
@@ -31,9 +31,9 @@ SCHEMA >
3131
`repository_name` String `json:$.repository.name`,
3232
`repository` JSON `json:$.repository` DEFAULT '{}',
3333
`project` JSON `json:$.project` DEFAULT '{}',
34-
`runner` JSON `json:$.runner` DEFAULT '{}',
34+
`runner` String `json:$.runner` DEFAULT '',
3535
`environment` String `json:$.environment` DEFAULT '',
36-
`source_pipeline` JSON `json:$.source_pipeline` DEFAULT '{}'
36+
`source_pipeline` String `json:$.source_pipeline` DEFAULT ''
3737

3838

3939
ENGINE "MergeTree"

0 commit comments

Comments
 (0)