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 3b858fe commit 0e6a1caCopy full SHA for 0e6a1ca
tinybird/datasources/gitlab_job.datasource
@@ -31,9 +31,9 @@ SCHEMA >
31
`repository_name` String `json:$.repository.name`,
32
`repository` JSON `json:$.repository` DEFAULT '{}',
33
`project` JSON `json:$.project` DEFAULT '{}',
34
- `runner` JSON `json:$.runner` DEFAULT '{}',
+ `runner` String `json:$.runner` DEFAULT '',
35
`environment` String `json:$.environment` DEFAULT '',
36
- `source_pipeline` JSON `json:$.source_pipeline` DEFAULT '{}'
+ `source_pipeline` String `json:$.source_pipeline` DEFAULT ''
37
38
39
ENGINE "MergeTree"
0 commit comments