Skip to content

Commit

Permalink
add create_or_update_data_profile_scan to table materialization
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Nov 3, 2024
1 parent 1a13aac commit fd42a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/include/bigquery/macros/materializations/table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
{% do apply_grants(target_relation, grant_config, should_revoke) %}

{% do persist_docs(target_relation, model) %}
{% do adapter.create_or_update_data_profile_scan(model) %}

{{ return({'relations': [target_relation]}) }}

Expand Down

0 comments on commit fd42a67

Please sign in to comment.