fix _log_id

This commit is contained in:
San Yong 2025-05-29 10:53:20 +08:00
parent 01d0bb7060
commit cf2c7a2b10
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ models:
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- _ID
- _LOG_ID
columns:
- name: BLOCK_NUMBER
tests:

View File

@ -4,7 +4,7 @@ models:
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- _ID
- _LOG_ID
columns:
- name: BLOCK_NUMBER
tests: