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

add md5-binary support for snowflake #310

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

tkiehn
Copy link
Collaborator

@tkiehn tkiehn commented Jan 23, 2025

Description

add md5_binary to the supported algorithms for the snowflake hash_default_values
Also include a fix for the record tracking satellite because the snowflake CONCAT() function does not allow binary and string in the same statement

Fixes #306

@tkiehn tkiehn added the testing To trigger the automated test workflow as internal User. label Jan 23, 2025
@tkiehn tkiehn requested a review from tkirschke January 23, 2025 17:35
@remoteworkflow
Copy link

Link to workflow summary: https://github.com/ScalefreeCOM/datavault4dbt-ci-cd/actions/runs/12934830831


RESULTS for Synapse:
❌ dbt-tests
✅ dbt-macro-tests


RESULTS for Postgres:
✅ dbt-tests
✅ dbt-macro-tests


RESULTS for BigQuery:
✅ dbt-tests
✅ dbt-macro-tests


RESULTS for Redshift:
✅ dbt-tests
✅ dbt-macro-tests


RESULTS for Snowflake:
✅ dbt-tests
✅ dbt-macro-tests


RESULTS for Exasol:
❌ dbt-tests
✅ dbt-macro-tests


RESULTS for Fabric:
✅ dbt-tests
✅ dbt-macro-tests


RESULTS for Oracle:
✅ dbt-tests
✅ dbt-macro-tests


RESULTS for Databricks:
✅ dbt-tests
✅ dbt-macro-tests

@remoteworkflow remoteworkflow bot removed the testing To trigger the automated test workflow as internal User. label Jan 23, 2025
@tkiehn tkiehn marked this pull request as draft January 24, 2025 11:18
@tkiehn tkiehn marked this pull request as ready for review January 24, 2025 12:01
@tkirschke tkirschke merged commit ac39695 into main Jan 30, 2025
1 check passed
@tkiehn tkiehn deleted the add-md5-binary-support-for-snowflake branch January 30, 2025 15:39
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.

Snowflake MD5 Hash option with BINARY data type
2 participants