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: support for create table like DDL #42

Merged
merged 1 commit into from
Apr 11, 2020
Merged

fix: support for create table like DDL #42

merged 1 commit into from
Apr 11, 2020

Conversation

reata
Copy link
Owner

@reata reata commented Apr 11, 2020

Closes #29

@reata reata added the bug Something isn't working label Apr 11, 2020
@reata reata added this to the v0.2.0 milestone Apr 11, 2020
@reata reata self-assigned this Apr 11, 2020
@codecov
Copy link

codecov bot commented Apr 11, 2020

Codecov Report

Merging #42 into master will increase coverage by 0.78%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   78.84%   79.62%   +0.78%     
==========================================
  Files           1        1              
  Lines         104      108       +4     
==========================================
+ Hits           82       86       +4     
  Misses         22       22              
Impacted Files Coverage Δ
sqllineage/core.py 79.62% <100.00%> (+0.78%) ⬆️

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 b8eaecc...b86a485. Read the comment docs.

@reata reata merged commit 4501aee into master Apr 11, 2020
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.

Support Create Table Like Statement
1 participant