You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbt run --profiles-dir . --target prod --exclude tag:cleaned_snapshots
Do you know if it is possible for me to incorporate that create_marking_policy into my yml file for the deployment on our production ? I keep getting syntax errors when trying to do so...
Thank you so much and amazing project btw !
Salah
The text was updated successfully, but these errors were encountered:
Hello !
So I am trying to run the dbt command 'run-operation' on a yml file (.gitlab-ci.yml)
There is the command on dbt:
dbt run-operation create_masking_policy --args '{"resource_type": "models"}'
I would like this command on my yml file between the seed and run command:
script:
Do you know if it is possible for me to incorporate that create_marking_policy into my yml file for the deployment on our production ? I keep getting syntax errors when trying to do so...
Thank you so much and amazing project btw !
Salah
The text was updated successfully, but these errors were encountered: