Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Materialized Views #173

Open
jayadevanm opened this issue Sep 10, 2024 · 1 comment
Open

Add support for Materialized Views #173

jayadevanm opened this issue Sep 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jayadevanm
Copy link

The documentation does mention that Views are not supported. It looks like Materialized Views are also not supported, though they are more like tables than views. We can create indexes, they contain data etc.

@jayadevanm jayadevanm added the enhancement New feature or request label Sep 10, 2024
@bplunkett-stripe
Copy link
Collaborator

It's unfortunately not the straight forward (think webs of dependencies), but I do intend to add support for them and have a mental model in my head as to how I will achieve it. I first would like to refactor the SQL generation a bit before I implement (materialized) views.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants