Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/prod-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Prod PR Checks
on:
pull_request:
branches:
- main # Trigger on PRs targeting the dev branch
- main
# Trigger on PRs targeting the dev branch

jobs:
validate-prod:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Deploy to Databricks Staging and Trigger Staging Tests in Databricks
on:
push:
branches:
- staging #longer name for communication in the poc reduce when using it
- staging-data-test-team-shared
# - staging #longer name for communication in the poc reduce when using it

jobs:
deploy_to_staging:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Check Dev Integration Tests Before Allowing Sing Deploy
run: |
echo "running the integration yml test job integration_test_job.yml"
databricks bundle run -t dev run_integration_tests
databricks bundle run -t dev integration_test_job
5 changes: 3 additions & 2 deletions databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ targets:
permissions:
- level: CAN_MANAGE
service_principal_name: "${var.dev_env_sp_id}"
- level: CAN_MANAGE
# only one owner error which to use comes down to if have a personal deploy
#- level: CAN_MANAGE
# Devs manage our own stuff
user_name: ${workspace.current_user.userName}
# user_name: ${workspace.current_user.userName}
- level: CAN_VIEW
# Devs can see each others stuff
group_name: dev_env_users
Expand Down