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

feat: support optional AS keyword in CTE #199

Merged
merged 1 commit into from
Dec 12, 2021
Merged

feat: support optional AS keyword in CTE #199

merged 1 commit into from
Dec 12, 2021

Conversation

reata
Copy link
Owner

@reata reata commented Dec 12, 2021

Closes #198

@reata reata added the enhancement New feature or request label Dec 12, 2021
@reata reata self-assigned this Dec 12, 2021
@codecov
Copy link

codecov bot commented Dec 12, 2021

Codecov Report

Merging #199 (fd78aa3) into master (dcc402e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files          21       21           
  Lines         843      846    +3     
=======================================
+ Hits          834      837    +3     
  Misses          9        9           
Impacted Files Coverage Δ
sqllineage/core/analyzer.py 100.00% <100.00%> (ø)
sqllineage/core/handlers/cte.py 100.00% <100.00%> (ø)
sqllineage/core/handlers/source.py 100.00% <100.00%> (ø)
sqllineage/utils/sqlparse.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 dcc402e...fd78aa3. Read the comment docs.

@reata reata merged commit ad62231 into master Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Optional AS Keyword in CTE
1 participant