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

as_columnstore does not seem to work for views #437

Open
alkio-netlight opened this issue Aug 18, 2023 · 1 comment
Open

as_columnstore does not seem to work for views #437

alkio-netlight opened this issue Aug 18, 2023 · 1 comment

Comments

@alkio-netlight
Copy link

I have

{{
    config(
        as_columnstore=true
        )
}}

for my model and it is materialized as a view. However, this seems to have no effect as if I run this model against a database that does not support columnstores, the command still succeeds.

@dsjoho
Copy link

dsjoho commented Sep 27, 2023

What do you mean this should do? Do you want to create an indexed view? If so I would arrange it with a post-hook.
If not, then I'm confused as columnstore would be for tables/storage of the data which won't happen for a view.

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

No branches or pull requests

2 participants