From 9839929d4e707d2b7fb0f260b083950df398c773 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Thu, 13 Jul 2023 09:51:55 -0300 Subject: [PATCH] docs: add extra info about required privileges --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 940e149..0450f21 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,8 @@ 3. Have an user with a role that has the sufficient privileges on all relevant objects. - Such role must have: - `USAGE` on the database. + - `CREATE STREAM` and `USAGE` on the schema. + - `INSERT` on the table(s). 4. Set up a key pair for the user. - Create a key pair ```sh