dbt-labs / dbt-audit-helper

Useful macros when performing data audits
https://hub.getdbt.com/dbt-labs/audit_helper/latest/
Apache License 2.0
329 stars 40 forks source link

compare_which_columns_differ: does not exist #106

Closed mtsadler-branch closed 4 months ago

mtsadler-branch commented 5 months ago

Describe the bug

The compare_which_columns_differ macro doesnt exist.

However, there's a compare_which_relation_columns_differ macro, but it doesn't accept exclude_columns.

Screenshots and log output

https://github.com/dbt-labs/dbt-audit-helper/blob/main/macros/compare_which_relation_columns_differ.sql

System information

The contents of your packages.yml file:

Which database are you using dbt with?

joellabes commented 4 months ago

@mtsadler-branch sorry for the delay - just merged an updated readme which includes guidance on how to get exclude_columns behaviour with a dbt_utils macro: https://github.com/dbt-labs/dbt-audit-helper?tab=readme-ov-file#compare_which_relation_columns_differ-source