Skip to content

Commit

Permalink
add test role
Browse files Browse the repository at this point in the history
  • Loading branch information
catalintomai committed Oct 1, 2024
1 parent bf02f48 commit 311ec12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions load/snowflake/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,19 @@ roles:
- archive.*.*
- dev.*.*

- test_bi:

Check failure on line 236 in load/snowflake/roles.yaml

View workflow job for this annotation

GitHub Actions / Lint YAML file

236:6 syntax error: expected <block end>, but found '<block sequence start>' (syntax)
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 249 in load/snowflake/roles.yaml

View workflow job for this annotation

GitHub Actions / Lint YAML file

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

# User Roles
Expand Down

0 comments on commit 311ec12

Please sign in to comment.