Open linusyoung opened 9 months ago
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
on-run-start: "{{ dbt_snow_mask.create_masking_policy('models') }}"
'dict object' has no attribute 'create_masking_policy_mp_encrypt_pii'
when executing manually, it creates policy without issue.
dbt run-operation create_masking_policy --args "{'resource_type': 'models'}"
I'm having this issue too, but mine is working locally, but it's failing when running in CodeBuild.
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
when executing manually, it creates policy without issue.