Skip to content

Commit

Permalink
add resultPrefetch to options object
Browse files Browse the repository at this point in the history
  • Loading branch information
csjh committed Oct 4, 2024
1 parent 0e740d0 commit ca10224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/datasources/snowflake/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,12 @@ module.exports.options = {
}
}
}
},
resultPrefetch: {
title: 'Number of Prefetched Batches',
type: 'number',
secret: false,
required: false,
default: 2
}
};

0 comments on commit ca10224

Please sign in to comment.