Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct schema formatting in tcp_response.datasource (#1748)

authored by

Richard Hillebrand and committed by
GitHub
3def9e66 06d8d536

+1 -1
+1 -1
packages/tinybird/datasources/tcp_response.datasource
··· 11 11 `errorMessage` Nullable(String) `json:$.errorMessage`, 12 12 `error` Int16 `json:$.error`, 13 13 `trigger` Nullable(String) `json:$.trigger`, 14 - `uri` Nullable(String) `json:$.uri`, 14 + `uri` Nullable(String) `json:$.uri` 15 15 16 16 17 17 ENGINE "MergeTree"