-
Notifications
You must be signed in to change notification settings - Fork 4
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 various index types in index Macros #6
Comments
@jordan8037310 all for it. |
@jordan8037310 finally got this into the develop branch! see: #10 Sorry for the delay, had been pretty busy the last couple months but trying to find some time to starting working on this again. |
Great! I myself haven't been spending much time in our Pg dbt project either, but that could change shortly |
@jordan8037310 sounds great! Do you have examples of the json that I could use for testing and how you apply the GIN index? I can work that into my testing since I'm not too familiar with it. |
Opening a ticket as I might work on this:
type
variable with the default being B-Tree / unset. A case statement could implement one of the index types inside of the macro based on the type.My use case is applying a GIN index on some JSON data I'm storing, which I believe will speed up some of my dbt transformations downstream.
The text was updated successfully, but these errors were encountered: