Skip to content

Commit

Permalink
add migration end lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 13, 2024
1 parent b08d81e commit 90607eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/how-to/how-to-add-allow-list-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ In these docs I will run through the steps for adding a new value to `ALLOW_LIST

`GRANT SELECT ON public.{VIEW_NAME} TO metabase_read_only`

So, your migration may end with something like this:

```sql
GRANT SELECT ON "public"."analytics_summary" TO metabase_read_only;
GRANT SELECT ON "public"."submission_services_summary" TO metabase_read_only;
```

**This ensures it is picked up by metabase and is a critical step in enabling your new `ALLOW_LIST` variables**

🎊🎉🎈 Now your new variable is ready for testing 🎈🎉🎊
Expand Down

0 comments on commit 90607eb

Please sign in to comment.