-
-
Notifications
You must be signed in to change notification settings - Fork 821
Update documentation with new dialects #6337
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
Update documentation with new dialects #6337
Conversation
Coverage Results ✅
|
@mchen-codaio - Welcome to the project! Looks like there are a couple of linting fails here. I think you've got some trailing whitespace at the end of one line and the indentation of the second looks off. Also, if you're up for a little scope creep, I saw this comment in the original issue, which asks whether we can include Trino in this list too. I've confirmed that Trino supports Do you need any help getting this PR ready for review? |
Add new dialects from sqlfluff#5979
2fe1d63
to
f2e84fc
Compare
@alanmcruickshank thanks for the tip! I tried to fix the whitespace. Assuming this one goes well then I can make a follow-up PR to add Trino. Personally I would love to see this in Snowflake as with this comment. UNION DISTINCT is not in their official documentation but it works and it's helpful. I found a bug in some other code where a UNION should have been UNION ALL - adding the word would make it more explicit. |
Agreed, if you could add snowflake too that would be excellent. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Brief summary of the change made
Add new dialects from #5979 into documentation. Companion to #5964
Are there any other side effects of this change that we should be aware of?
Pull Request checklist
I don't think I need to test anything for documentation?
Please confirm you have completed any of the necessary steps below.
Included test cases to demonstrate any code changes, which may be one or more of the following:
.yml
rule test cases intest/fixtures/rules/std_rule_cases
..sql
/.yml
parser test cases intest/fixtures/dialects
(note YML files can be auto generated withtox -e generate-fixture-yml
).test/fixtures/linter/autofix
.Added appropriate documentation for the change.
Created GitHub issues for any relevant followup/future enhancements if appropriate.