-
Notifications
You must be signed in to change notification settings - Fork 100
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
Implement Postgres style index creation #535
Comments
Hi @cody-scott , I can work into implementing a first version of this, do you have any suggestions about the development, branching and pull request that are not on the contributing guidelines? |
hi @axellpadilla thanks for offering! The way they manage indexes is a bit different. Instead of embedding the macros as hooks like we do, they have them as keys in the config. I think this would be the starting point to look from. Not sure exactly what it will look like to implement. In terms of contributing, would be looking for tests for the behaviour you add. Something like this https://github.com/dbt-labs/dbt-postgres/blob/2fc6561620e3c6f6c103ce8bb886442f7a27a33a/tests/functional/postgres/test_indexes.py#L21. |
@cody-scott will look into it |
Add index creation structure like dbt-postgres through an index configuration statement.
https://docs.getdbt.com/reference/resource-configs/postgres-configs#indexes
The text was updated successfully, but these errors were encountered: