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

Fully remove exasol_fs dialect and bump version #1573

Merged
merged 4 commits into from Oct 9, 2021
Merged

Conversation

alanmcruickshank
Copy link
Member

Resolves #1562

This fully removes the exasol_fs dialect and adds in a removal message. In passing I also make dialect errors red and also bump us to a 0.7.0a1 version in preparation for that release (given I reference being in 0.7.0 in this PR).

@tunetheweb
Copy link
Member

Can we remove the exasol-fs test cases?

Can we add a cli test to test for legacy versions?

Can we remove the reference in dialects.rst?

@tunetheweb
Copy link
Member

Need to delete test/fixtures/parser/exasol_fs

@codecov
Copy link

codecov bot commented Oct 9, 2021

Codecov Report

Merging #1573 (23eb490) into main (eb44ebd) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1573   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          133       132    -1     
  Lines         9338      9330    -8     
=========================================
- Hits          9338      9330    -8     
Impacted Files Coverage Δ
src/sqlfluff/core/__init__.py 100.00% <ø> (ø)
src/sqlfluff/cli/commands.py 100.00% <100.00%> (ø)
src/sqlfluff/core/dialects/__init__.py 100.00% <100.00%> (ø)
src/sqlfluff/core/errors.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 eb44ebd...23eb490. Read the comment docs.

@tunetheweb tunetheweb changed the title Fully remove exasol dialect and bump version Fully remove exasol_fs dialect and bump version Oct 9, 2021
@alanmcruickshank alanmcruickshank merged commit 2eaab2b into main Oct 9, 2021
@alanmcruickshank alanmcruickshank deleted the ac/exasol branch October 9, 2021 13:16
@alanmcruickshank alanmcruickshank added the bug Something isn't working label Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove EXASOL_FS in next minor release (v0.7.0)
2 participants