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] Support of DROP VIEW statements #456

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

ovcharenko
Copy link
Contributor

Fixing the exception like

sqllineage.exceptions.UnsupportedStatementException: SQLLineage doesn't support analyzing statement type [drop_view_statement] for SQL:DROP VIEW IF EXISTS view1

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Merging #456 (261edfa) into master (db24054) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #456   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files          38       38           
  Lines        1986     1986           
=======================================
  Hits         1977     1977           
  Misses          9        9           
Files Coverage Δ
sqllineage/core/parser/sqlfluff/extractors/drop.py 100.00% <100.00%> (ø)

Copy link
Owner

@reata reata left a comment

Choose a reason for hiding this comment

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

LGTM

@reata reata merged commit bfb817d into reata:master Sep 30, 2023
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