You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hitting an issue with dbt where it works fine for tables but panics when it hits views.
I just did a round of debugging with @scsmithr and it seems like the issue is that it's running an ALTER TABLE function to rename a view. Looking for two things here:
ALTER TABLE should work on views for renaming views
Don't panic
The text was updated successfully, but these errors were encountered:
Description
I'm hitting an issue with dbt where it works fine for tables but panics when it hits views.
I just did a round of debugging with @scsmithr and it seems like the issue is that it's running an ALTER TABLE function to rename a view. Looking for two things here:
The text was updated successfully, but these errors were encountered: