latitude icon indicating copy to clipboard operation
latitude copied to clipboard

Materialized queries connector

Open andresgutgon opened this issue 9 months ago • 1 comments

What?

We want to allow users cache queries from their sources on disk to improve performance. The queries will be stored in parquet format and read with DuckDB. For that reason, this new connector inherits from our existing DuckDB connector. This PR starts the work in this connector to make it usable in development and writing queries to disk.

Issue ticket number and link

https://github.com/latitude-dev/latitude/issues/369

Checklist before requesting a review

  • [ ] Pass Source to connectors (done in another PR)
  • [ ] Implement materializedReffunction

andresgutgon avatar May 07 '24 11:05 andresgutgon

⚠️ No Changeset found

Latest commit: aa214ce30e6b463f7009b70d59eddfd518d3bed4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar May 07 '24 11:05 changeset-bot[bot]

Re-open here https://github.com/latitude-dev/latitude/pull/417

andresgutgon avatar May 14 '24 09:05 andresgutgon