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

fix: qualified wildcard column recognition #430

Merged
merged 1 commit into from
Aug 13, 2023
Merged

fix: qualified wildcard column recognition #430

merged 1 commit into from
Aug 13, 2023

Conversation

reata
Copy link
Owner

@reata reata commented Aug 13, 2023

Closes #423

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Merging #430 (13d1197) into master (bff222c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #430   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files          41       41           
  Lines        1972     1987   +15     
=======================================
+ Hits         1963     1978   +15     
  Misses          9        9           
Files Changed Coverage Δ
.../parser/sqlfluff/extractors/dml_merge_extractor.py 100.00% <100.00%> (ø)
sqllineage/core/parser/sqlfluff/models.py 100.00% <100.00%> (ø)
sqllineage/core/parser/sqlfluff/utils.py 100.00% <100.00%> (ø)

@reata reata merged commit 3c70f29 into master Aug 13, 2023
26 checks passed
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.

qualified wildcard recognized as wrong column name
1 participant