sqllineage icon indicating copy to clipboard operation
sqllineage copied to clipboard

feat: set target table's column using metadata

Open delphisharp opened this issue 1 year ago • 1 comments

The local git branch has been corrupted, so new pull

insert into targat select  a, b, c from source

old result: source.a -> target.a source.b -> target.b source.c -> target.c

Get the actual column name of target table through metadata (example: a1,b1,c1): new result: source.a -> target.a1 source.b -> target.b1 source.c -> target.c1

delphisharp avatar Jan 17 '24 04:01 delphisharp

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.54%. Comparing base (942fcf4) to head (5725d61).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #557   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files          41       41           
  Lines        2193     2195    +2     
=======================================
+ Hits         2183     2185    +2     
  Misses         10       10           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 17 '24 04:01 codecov[bot]