Add missing readable flag (#10016)

This commit is contained in:
melohagan 2023-03-14 10:06:01 +00:00 committed by GitHub
parent ecc4dc6ce9
commit 878bc65eb2
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ const SCHEMA: Integration = {
readCsv: {
displayName: "Read CSV",
type: QueryType.FIELDS,
readable: true,
fields: {
bucket: {
type: DatasourceFieldType.STRING,