You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The result does not return the source table.
SQL
DROPTABLE IF EXISTS table_b;
createtabletable_basSELECT explode(sequence(to_date((selectmin(balance_date) FROM table_a)),
to_date((selectmax(balance_date) from table_a)), interval 1 day)) asdate;
Describe the bug
The result does not return the source table.
SQL
To Reproduce
For example:
**Result
table_a should be returned as source table, but nothing is returned. Also tried with
ansi
dialect but i got the same result.Expected behavior
Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):The text was updated successfully, but these errors were encountered: