Skip to content

Commit 89d8fb9

Browse files
removing specific reference to RAW database.
The suggestion sounds correct Co-authored-by: Ian Rose <ian.rose@innovation.ca.gov>
1 parent aafd743 commit 89d8fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/snowflake-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ alter account set session policy policies.public.account_session_policy;
128128
129129
### Developing against production data
130130
131-
Our Snowflake architecture allows for reasonably safe `SELECT`ing from the production `RAW` database while developing models.
131+
Our Snowflake architecture allows for reasonably safe `SELECT`ing from the production databases while developing models.
132132
While this could be expensive for large tables, it also allows for faster and more reliable model development.
133133
134134
To develop against production data, first you need someone with the `USERADMIN` role to grant rights to the `TRANSFORMER_DEV` role (this need only be done once, and can be revoked later). These grants enable access to real data for development and facilitate cloning and deferral for large-table projects:

0 commit comments

Comments
 (0)