Skip to content
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

hack to deal with snowflake including quotes in names #29

Merged
merged 2 commits into from
May 20, 2019

Conversation

ryanking
Copy link
Contributor

@ryanking ryanking commented May 20, 2019

It appears that at some point snowflake started including double-quotes in role names when you use that syntax to create role grants. It appears to be a regression, since our code used to work and no longer does (with no changes).

This hack should be safe once they fix it because double-quote is not a legal part of the name.

@ryanking ryanking requested a review from a team as a code owner May 20, 2019 18:37
@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #29 into master will increase coverage by 0.2%.
The diff coverage is 85.71%.

@@            Coverage Diff            @@
##           master      #29     +/-   ##
=========================================
+ Coverage    76.1%   76.31%   +0.2%     
=========================================
  Files          15       15             
  Lines         565      570      +5     
=========================================
+ Hits          430      435      +5     
  Misses         91       91             
  Partials       44       44

@czimergebot czimergebot merged commit fce3a63 into master May 20, 2019
@ryanking ryanking deleted the ryanking/fix_quotes2 branch October 9, 2020 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants