Skip to content

Commit

Permalink
Chore: Add test role (#1618)
Browse files Browse the repository at this point in the history
* add test role

* add indentation

* add role
  • Loading branch information
catalintomai authored Oct 2, 2024
1 parent bf02f48 commit 4d5d5f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions load/snowflake/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,20 @@ roles:
- archive.*.*
- dev.*.*

- test_bi:
warehouses:
- transform_xs
privileges:
databases:
read:
- snowflake_sample_data
schemas:
read:
- snowflake_sample_data.*
tables:
read:
- snowflake_sample_data.*.*

# Object Roles

Check warning on line 250 in load/snowflake/roles.yaml

View workflow job for this annotation

GitHub Actions / Lint YAML file

250:5 [comments-indentation] comment not indented like content

# User Roles
Expand Down Expand Up @@ -284,6 +298,9 @@ users:
can_login: yes
member_of:
- stitch
- test_user:
can_login: no
member_of: test_bi

# Warehouses
warehouses:
Expand Down

0 comments on commit 4d5d5f2

Please sign in to comment.