Skip to content

Commit

Permalink
Update dbt-unity-catalog-best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 authored Dec 8, 2023
1 parent b758f54 commit 178b89c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ The **prod** service principal should have “read” access to raw source data,

| | Source Data | Development catalog | Production catalog | Test catalog |
| --- | --- | --- | --- | --- |
| developers | use | use, create table & create view | use or none | none |
| production service principal | use | none | use, create table & create view | none |
| Test service principal | use | none | none | use, create table & create view |
| developers | use | use, create schema, table, & view | use or none | none |
| production service principal | use | none | use, create schema, table & view | none |
| Test service principal | use | none | none | use, create schema, table & view |


## Next steps
Expand Down

0 comments on commit 178b89c

Please sign in to comment.