Skip to content

Commit

Permalink
Merge pull request #19 from keboola/ondra-update-readme
Browse files Browse the repository at this point in the history
updated readme - how enable replication on snflk account
  • Loading branch information
ondrajodas authored Nov 20, 2024
2 parents c8e2b81 + 3767072 commit f626082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In Database mode, the application migrates data directly between databases. This
- Both Snowflake accounts must be in the same organization.
- The Snowflake user must have the `ACCOUNTADMIN` role.

For allowing replication, run the following SQL in source Snowflake account:
To enable replication, the source Snowflake account must first [allow replication](https://docs.snowflake.com/user-guide/account-replication-config#prerequisite-enable-replication-for-accounts-in-the-organization) and then execute the following SQL:
```sql
ALTER DATABASE {{SOURCE_DATABASE_NAME}} ENABLE REPLICATION TO ACCOUNTS {{DESTINATION_ACCOUNT_REGION}}.{{DESTINATION_ACCOUNT_NAME}};
```
Expand Down

0 comments on commit f626082

Please sign in to comment.