How does one gain access to the tables in dbt_test__audit when store_failures
is turned on?
#8348
Replies: 2 comments 2 replies
-
@fathom-parth I'm not following what granting permissions has to do with store failures (which is about persisting test failure outputs). If you want to give someone access to a table, the |
Beta Was this translation helpful? Give feedback.
-
This feels like a legitimate feature request:
That would apply grants once per test / table, but it enables more granular configuration, and feels more straightforward than trying to configure Separately, there is a discussion from last year around, should it be possible (and how) to apply configurations (such as |
Beta Was this translation helpful? Give feedback.
-
For our other models, we have a
grant
section in their model config to give the right peopleroles/bigquery.dataViewer
.However, if
store_failures
is turned on, I don't see a way to give the relevant peopledataViewer
on the created tables/schemas.Am I missing some documentation? I don't see anything in:
Apologies if I didn't read closely enough!
Beta Was this translation helpful? Give feedback.
All reactions