diff --git a/.github/workflows/staging-pr.yml b/.github/workflows/staging-pr.yml index 7ddbbb2..d5d466a 100644 --- a/.github/workflows/staging-pr.yml +++ b/.github/workflows/staging-pr.yml @@ -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 \ No newline at end of file + databricks bundle run -t dev integration_test_job \ No newline at end of file diff --git a/databricks.yml b/databricks.yml index 844258a..2202778 100644 --- a/databricks.yml +++ b/databricks.yml @@ -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