Skip to content

Commit

Permalink
wrap up first pass, add ACLs to prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Jan 4, 2024
1 parent 60e0feb commit b2506d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
source .venv/bin/activate
source .envs/prod/.env
dbt deps
dbt run-operation ensure_target_dataset_exists
bq update --source .envs/prod/dataset_acl.json
- name: load prod safety db
Expand Down

0 comments on commit b2506d8

Please sign in to comment.