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 a6e5569 commit 955b7a6Copy full SHA for 955b7a6
tinybird/datasources/gitlab_work_item.datasource
@@ -17,7 +17,7 @@ SCHEMA >
17
`assignees` Array(JSON) `json:$.assignees` DEFAULT '[]',
18
`assignee` JSON `json:$.assignee` DEFAULT '{}',
19
`labels` Array(JSON) `json:$.labels` DEFAULT '[]',
20
- `changes` JSON `json:$.changes` DEFAULT '{}',
+ `changes` JSON `json:$.changes` DEFAULT '{}'
21
22
ENGINE "MergeTree"
23
ENGINE_SORTING_KEY "project_id, repository_name, user_id"
0 commit comments