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 b42028b commit 3b21781Copy full SHA for 3b21781
1 file changed
sql/schemas/datasource/sql.cue
@@ -17,13 +17,11 @@ import (
17
commonProxy "github.com/perses/shared/cue/common/proxy"
18
)
19
20
+#kind: "SQLDatasource"
21
+
22
kind: #kind
23
spec: {
- #proxy
24
+ common.#baseHTTPDatasourceSpec
25
}
26
-#kind: "SQLDatasource"
-
27
-#proxy: {
28
- proxy: commonProxy.#SQLProxy
29
-}
+#selector: common.#datasourceSelector & { _kind: #kind }
0 commit comments