Skip to content

Commit 3b21781

Browse files
committed
WIP
1 parent b42028b commit 3b21781

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

sql/schemas/datasource/sql.cue

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ import (
1717
commonProxy "github.com/perses/shared/cue/common/proxy"
1818
)
1919

20+
#kind: "SQLDatasource"
21+
2022
kind: #kind
2123
spec: {
22-
#proxy
24+
common.#baseHTTPDatasourceSpec
2325
}
2426

25-
#kind: "SQLDatasource"
26-
27-
#proxy: {
28-
proxy: commonProxy.#SQLProxy
29-
}
27+
#selector: common.#datasourceSelector & { _kind: #kind }

0 commit comments

Comments
 (0)