Closed MatheHostel closed 2 months ago
Hi @MatheHostel ,
Thanks for your contribution! Can you please move your new macro "get_field_hash_by_datatype" into a new file within "macros/supporting/field_hash_by_datatype"?
Best regards Tim
Hi @MatheHostel ,
Thanks for your contribution! Can you please move your new macro "get_field_hash_by_datatype" into a new file within "macros/supporting/field_hash_by_datatype"?
Best regards Tim
Done.
Link to workflow summary: https://github.com/ScalefreeCOM/datavault4dbt-ci-cd/actions/runs/10668880822
RESULTS for Synapse:
:x: dbt-tests
:x: dbt-macro-tests
RESULTS for Postgres: :x: dbt-tests :x: dbt-macro-tests
RESULTS for BigQuery: :x: dbt-tests :x: dbt-macro-tests
RESULTS for Redshift: :x: dbt-tests :x: dbt-macro-tests
RESULTS for Snowflake: :x: dbt-tests :x: dbt-macro-tests
RESULTS for Exasol: :x: dbt-tests :x: dbt-macro-tests
Link to workflow summary: https://github.com/ScalefreeCOM/datavault4dbt-ci-cd/actions/runs/10678132620
RESULTS for Synapse:
:white_check_mark: dbt-tests
:white_check_mark: dbt-macro-tests
RESULTS for Postgres: :white_check_mark: dbt-tests :white_check_mark: dbt-macro-tests
RESULTS for BigQuery: :white_check_mark: dbt-tests :white_check_mark: dbt-macro-tests
RESULTS for Redshift: :white_check_mark: dbt-tests :white_check_mark: dbt-macro-tests
RESULTS for Snowflake: :white_check_mark: dbt-tests :white_check_mark: dbt-macro-tests
RESULTS for Exasol: :x: dbt-tests :white_check_mark: dbt-macro-tests
Description
Taking correct data_type for ghost records and escaping hash-values for hashing function for data type boolean, geometry and super. These data types cannot be used in TRIM() function (in hashing-function)
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Configurate Hash-Columns with "is_hashdiff" with BOOLEAN / GEOMETRY / SUPER data types and create the stage. The error: function pg_catalog.btrim(boolean, "unknown") does not exist will occur.
Test Configuration:
Checklist: