LinusY

Results 1 issues of LinusY

I tried to put {{ dbt_snow_mask.create_masking_policy('models') }} in the on-run-start, however it runs error message as below. any idea what I did wrong? dbt=1.7.0 ```yml on-run-start: "{{ dbt_snow_mask.create_masking_policy('models') }}" ```...