-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make grant_access_to
thread safe
#265
Make grant_access_to
thread safe
#265
Conversation
219ed54
to
0cb0157
Compare
0cb0157
to
d92e7bc
Compare
d92e7bc
to
adf8c5b
Compare
adf8c5b
to
fe0c041
Compare
@jtcohen6 Is this something which you think is worth merging / looking at? |
@judahrand Thanks for the bump! I'm going to mark this as ready for review by the Core-Adapters engineering team. They have a lot on their plate right now, so it might be a bit before one of them can take a look. I definitely think this would represent an improvement over the status quo, until we can revisit authorized views more holistically in the future. |
Is this moving forward? Does the solution need work? Running into the #266 and wondering when it will get fixed. |
grant_on_access
thread safegrant_access_to
thread safe
@colin-rogers-dbt is this merge-able? |
hey @judahrand apologies on the delay, I've been digging into this issue and might have an alternate solution to consider here as well. Have you tested this/seen if it has a performance impact? |
resolves #
Description
This PR aims to prevent the 412 PreConditionFailed error which is referenced here: dbt-labs/docs.getdbt.com#634
Fixes: #266
Checklist
changie new
to create a changelog entry