|
1 | 1 | /* |
2 | 2 | --title 'Workflow migration problems' |
3 | 3 | --width 6 |
4 | | ---overrides '{"spec": |
5 | | - {"encodings": {"columns": [ |
| 4 | +--overrides '{"spec":{ |
| 5 | + "encodings":{ |
| 6 | + "columns": [ |
6 | 7 | {"fieldName": "path", "booleanValues": ["false", "true"], "linkUrlTemplate": "/#workspace/{{ @ }}", "linkTextTemplate": "{{ @ }}", "linkTitleTemplate": "{{ @ }}", "linkOpenInNewTab": true, "type": "string", "displayAs": "link", "title": "path"}, |
7 | 8 | {"fieldName": "code", "booleanValues": ["false", "true"], "type": "string", "displayAs": "string", "title": "code"}, |
8 | 9 | {"fieldName": "message", "booleanValues": ["false", "true"], "type": "string", "displayAs": "string", "title": "message"}, |
|
12 | 13 | {"fieldName": "start_col", "booleanValues": ["false", "true"], "type": "integer", "displayAs": "number", "title": "start_col"}, |
13 | 14 | {"fieldName": "end_line", "booleanValues": ["false", "true"], "type": "integer", "displayAs": "number", "title": "end_line"}, |
14 | 15 | {"fieldName": "end_col", "booleanValues": ["false", "true"], "type": "integer", "displayAs": "number", "title": "end_col"} |
15 | | - ]}}, |
| 16 | + ]}, |
16 | 17 | "invisibleColumns": [ |
17 | | - {"fieldName": "workflow_id", "booleanValues": ["false", "true"], "linkUrlTemplate": "/jobs/{{ @ }}", "linkTextTemplate": "{{ @ }}", "linkTitleTemplate": "{{ @ }}", "linkOpenInNewTab": true, "type": "string", "displayAs": "link", "title": "workflow_id"} |
18 | | - ]}' |
| 18 | + {"name": "workflow_id", "booleanValues": ["false", "true"], "linkUrlTemplate": "/jobs/{{ @ }}", "linkTextTemplate": "{{ @ }}", "linkTitleTemplate": "{{ @ }}", "linkOpenInNewTab": true, "type": "string", "displayAs": "link", "title": "workflow_id"} |
| 19 | + ] |
| 20 | + }}' |
19 | 21 | */ |
20 | 22 | SELECT |
21 | 23 | path, |
|
0 commit comments