Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit e191796

Browse files
committed
add create_or_update_data_profile_scan to table materialization
1 parent 6e65508 commit e191796

File tree

1 file changed

+1
-0
lines changed
  • dbt/include/bigquery/macros/materializations

1 file changed

+1
-0
lines changed

dbt/include/bigquery/macros/materializations/table.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
{% do apply_grants(target_relation, grant_config, should_revoke) %}
4141

4242
{% do persist_docs(target_relation, model) %}
43+
{% do adapter.create_or_update_data_profile_scan(model) %}
4344

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

0 commit comments

Comments
 (0)