Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Apr 10, 2024
1 parent fd844c9 commit 25ce218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/snowflake-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ note: the required credentials including the following, i.e.,

users will then need to setup the snowflake, which includes, i.e.,
- generate the key-value pair for later authentication
- create a role and grant the appropriate permission
- create a `role` and grant the appropriate permission
- setup the credential for the user (e.g., `RSA_PUBLIC_KEY`), and retrieve the `snowflake.rsa_public_key_fp` which will later be used in risingwave
- create a table to store the sink data from risingwave
- create a stage to refer the external s3 bucket, which will be used internally by snowflake to load the corresponding data
- create a pipe to actual receive loaded data from the pre-defined stage and copy the data to the snowflake table.
- create a `table` to store the sink data from risingwave
- create a `stage` to refer the external s3 bucket, which will be used internally by snowflake to load the corresponding data
- create a `pipe` to actual receive loaded data from the pre-defined stage and copy the data to the snowflake table.

ps.
1. this assumes the users have already created their accounts and the corresponding databases in snowflake.
Expand Down

0 comments on commit 25ce218

Please sign in to comment.