Great package, thanks for your work! I've found that for this specific case which our users sometimes write, the lineage does not detect the table reference.
I've check that the parsing via sqlfluff works well.
SQL
Paste the SQL text here. For example:
Create table hello_world AS
SELECT EXPLODE(SEQUENCE(
TO_DATE((SELECT MIN(my_date) FROM my_table),
TO_DATE((SELECT MAX(my_date) FROM my_table),
INTERVAL 1 DAY
)) AS result
To ReproduceNote here we refer to SQL provided in prior step as stored in a file named test.sql
CLI (Command Line Interface): provide the command you're calling and the output.
Describe the bug
Great package, thanks for your work! I've found that for this specific case which our users sometimes write, the lineage does not detect the table reference.
I've check that the parsing via sqlfluff works well.
SQL Paste the SQL text here. For example:
To Reproduce Note here we refer to SQL provided in prior step as stored in a file named
test.sql
CLI (Command Line Interface): provide the command you're calling and the output.
Command:
Expected behavior A clear and concise description of what you expected to happen, and the output in accordance with the
To Reproduce
section.Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):Additional context Add any other context about the problem here.