We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compare_which_columns_differ macro doesnt exist.
compare_which_columns_differ
However, there's a compare_which_relation_columns_differ macro, but it doesn't accept exclude_columns.
compare_which_relation_columns_differ
exclude_columns
https://github.com/dbt-labs/dbt-audit-helper/blob/main/macros/compare_which_relation_columns_differ.sql
The contents of your packages.yml file:
packages.yml
Which database are you using dbt with?
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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 acceptexclude_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:version: 0.12.0
Which database are you using dbt with?
The text was updated successfully, but these errors were encountered: