Skip to content
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

Mssql #100

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Mssql #100

wants to merge 5 commits into from

Conversation

cmettler
Copy link

I have continued to make adjustments to the previous sqlserver branch.
Mainly, the 'all in' conditions were changed to left outer joins, as 'not in' does not perform very well on SQL Server.
Additionally, I joined the ghost record to the ref_hub in the reference table in case some ref_sat entries get deleted.
I added a local variable, 'convert_to_hex_style', in the hash_standardization to determine whether '0x' should be part of the string hashkey or not, as I did not know how this was handled in the other implementations.
Currently i have only checked this implementation with an sql server adjusted datavault4dbt-snowflake-demo with full+incremental run and md5 with char(32) and binary(16) data types

@tkirschke
Copy link
Member

Hi @cmettler, and thanks for this Pull Request!

We will review it as soon as our capacities allow it. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants