Add missing readable flag (#10016)

This commit is contained in:
melohagan 2023-03-14 10:06:01 +00:00 committed by GitHub
parent 7bc186a77d
commit 2989bbaefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,