-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for materialization = view #5
Comments
Hi @daimor ,
|
Hi, that's great, |
I think I have the test_simple_reference case covered now, but find the test suite a little hard to navigate, so I'm not sure whether there are tests on renaming columns that are now passing, or they're still silently skipped from the parent project. FWIW, I'm taking a rather blunt approach to renaming views, just recreating them as needed. That hasn't appeared to cause any trouble with cascaded fallout so far, but again I'm not sure whether I need to un-skip more tests from the parent project. |
check out views branch
SQL for rename defined in macros rename_relation |
IRIS doesn't support an |
I also found an issue with this test, and as far as I got, there is something to do with cascade drop, and/or clearing cache. Need to find out how to refresh cache. When the second create of table_a happens, it thinks that it's still exists. And only happens when view used instead of table |
Ha, this is the pre-existing problem that |
In the current dbt-iris release, when using
materialization = view
, it's in fact generating tables that are fully materialized. This was due to some limitations or inconveniences in the IRIS version at that time, but I believe the acute ones have been addressed and we have a customer that really needs theview
option because of dataset size.Happy to sort out any remaining wrinkles and collaborate on a solution.
The text was updated successfully, but these errors were encountered: