-
Notifications
You must be signed in to change notification settings - Fork 104
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
adopt dbt-postgres's method of index creation #163
Comments
@swanderz this implementation is neat! could I work on this issue or is someone already working on it? |
@davidclarance all you! I did a version of this for a soon to be open-source adapter, so reach out if you have any questions. |
Looks intresting : )
Thus, it requires logic more complicated than the PostgreSQL implementation. |
@semcha great point, especially since Synapse has it's own set of indexes. However, there's nothing I think that couldn't be described in a key-value dictionary, right? |
Hi @swanderz! |
yep! additionally we're need a |
Working on that issue here: https://github.com/semcha/dbt-sqlserver/commits/new-indexes |
copy the implementation introduced for dbt-postgres in dbt-labs/dbt-core#3106
The text was updated successfully, but these errors were encountered: