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