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
Compare which columns differ doesn't seem to exist, should be removed from docs here: https://github.com/dbt-labs/dbt-audit-helper?tab=readme-ov-file#usage-5
ran this code:
{% set old_relation = api.Relation.create(database='x',schema='x, identifier='mart_paidmedia_daily_revenue_performance') %} {% set dbt_relation = ref('mart_paidmedia_daily_revenue_performance') %} {{ audit_helper.compare_which_columns_differ( a_relation = old_relation, b_relation = dbt_relation, primary_key = "message_id" ) }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Compare which columns differ doesn't seem to exist, should be removed from docs here:
https://github.com/dbt-labs/dbt-audit-helper?tab=readme-ov-file#usage-5
Steps to reproduce
ran this code:
The text was updated successfully, but these errors were encountered: