Skip to content

Commit d789083

Browse files
committed
WIP
1 parent fb4cd7d commit d789083

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/code/working-with-snowflake-objects.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ We recommend ensuring that any object be in version control and fully reproducib
6363
Specific roles and permission grants are provisional, and it would be nice to clean it up a bit*
6464

6565
1. Create a scoped fine-grained personal access token for repository access.
66-
1. Create development and production versions of the repository. The following SQL
66+
This fine-grained token only needs *Read-only* access to the relevant repository.
67+
It's worthwhile to keep the token scope minimal, as everyone with access to the
68+
git repository in Snowflake will be using this token.
69+
1. Create development and production versions of the repository in Snowflake. The following SQL
6770
script can be used to set up the repos. Depending on the situation, some
6871
parts of it may not be necessary, or the repository may need to be created in
6972
a different set of databases/schemas, so read through with some care.
@@ -160,7 +163,7 @@ There are two different scenarios we want to address here:
160163
1. Add a commit message and push the commit adding the object to GitHub.
161164
If this is your first commit in Snowflake you will need to add a
162165
[personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
163-
*In general, this personal access token will not be the same one used in
166+
*In general, this personal access token will not be the same one used above in
164167
the repo set-up process.*
165168
166169
## Dev/Prod promotion

0 commit comments

Comments
 (0)