issues
search
reata
/
sqllineage
SQL Lineage Analysis Tool powered by Python
MIT License
1.35k
stars
241
forks
source link
fix: consistent lineage results
#661
Open
rubytobi
opened
1 week ago
rubytobi
commented
1 week ago
Closes
https://github.com/reata/sqllineage/issues/652
When resolving wildcards, we collect columns in a set which isn't guaranteed to be consistently order between executions
When returning column lineage, we only sort by first and last element which leaves space for variation when more elements are in the lineage
Closes https://github.com/reata/sqllineage/issues/652