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

Add USE statement to snowflake dialect with tests. #537

Merged
merged 2 commits into from Nov 10, 2020
Merged

Add USE statement to snowflake dialect with tests. #537

merged 2 commits into from Nov 10, 2020

Conversation

mhaley-miovision
Copy link
Contributor

This will close #533

Copy link
Member

@NiallRees NiallRees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thank you @mhaley-miovision! This will be released as part of 0.4.0 in a couple of weeks time 🎉

@NiallRees
Copy link
Member

@mhaley-miovision Can you just fix the linting errors and then I'll merge?

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #537 (09a1261) into master (28d4cf6) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #537      +/-   ##
==========================================
+ Coverage   93.99%   94.01%   +0.01%     
==========================================
  Files          43       43              
  Lines        4866     4876      +10     
==========================================
+ Hits         4574     4584      +10     
  Misses        292      292              
Flag Coverage Δ
py36 93.91% <100.00%> (+0.01%) ⬆️
py37 93.91% <100.00%> (+0.01%) ⬆️
py38 93.85% <100.00%> (+0.01%) ⬆️
py39 93.85% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/sqlfluff/core/dialects/dialect_snowflake.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28d4cf6...09a1261. Read the comment docs.

@NiallRees NiallRees merged commit 908c299 into sqlfluff:master Nov 10, 2020
@pwildenhain pwildenhain removed this from Done in Major Release: 0.4.0 Nov 24, 2020
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.

[snowflake] support use <type> <name>
2 participants