Add missing readable flag (#10016)
This commit is contained in:
parent
7bc186a77d
commit
2989bbaefc
|
@ -107,6 +107,7 @@ const SCHEMA: Integration = {
|
||||||
readCsv: {
|
readCsv: {
|
||||||
displayName: "Read CSV",
|
displayName: "Read CSV",
|
||||||
type: QueryType.FIELDS,
|
type: QueryType.FIELDS,
|
||||||
|
readable: true,
|
||||||
fields: {
|
fields: {
|
||||||
bucket: {
|
bucket: {
|
||||||
type: DatasourceFieldType.STRING,
|
type: DatasourceFieldType.STRING,
|
||||||
|
|
Loading…
Reference in New Issue