Closed
Description
Description
Currently we require S3 to run queries, this was done so that we could support a common pagination interface on top of all warehouses.
Snowflake supports async queries, this means that we don't need to have S3 enabled to run queries when cache is disabled.
What problem does this solve?
- Removes the need for S3 when running queries on Snowflake with cache disabled.
Internal docs: https://www.notion.so/lightdash/Async-Query-Flow-V3-225a63207a7a80acbc7bed903702d4dc?source=copy_link
Notes:
⚠ Not having an S3 configuration means that a couple of features that depend on files will stop working, mainly: SQL Runner and CSV/Excel Exports
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done