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 linting of SQL files using sqlfluff #1480

Merged
merged 8 commits into from
Feb 11, 2023
Merged

Add linting of SQL files using sqlfluff #1480

merged 8 commits into from
Feb 11, 2023

Conversation

alistairewj
Copy link
Member

There is a package for linting SQL files called sqlfluff (GitHub link).

I've added a rule file using the simplest core rules plus L019 which enforces leading commas. Importantly, this PR has no functional changes, and only the application of sqlfluff fix to the mimic-iv/concepts subfolder. Further, some rules were skipped on a file-specific level to ensure that the conversion to PostgreSQL scripts would still work.

I've also added a GitHub action which should verify that files are appropriately linted on a PR and annotate errors if they are found. Haven't tested it yet though, so here goes nothing :)

@alistairewj alistairewj merged commit 5c8a9a2 into main Feb 11, 2023
@alistairewj alistairewj deleted the sqlfluff branch February 11, 2023 12:53
Copy link
Member

@tompollard tompollard left a comment

Choose a reason for hiding this comment

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

Good to know about this linter!

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.

2 participants