-
Notifications
You must be signed in to change notification settings - Fork 244
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
Missing target table with tsql parsing into statements with union #562
Comments
The expected output should be:
Is that correct? |
Yes, this is correct |
Thanks for your confirmation. Looks like we have some issue in handling SELECT INTO + UNION case. |
麻烦帮忙修复嘛,这对我真的很重要 0.0。 |
You need to do preprocessing yourself, because sqlfluff does not support stored procedures, not sqllineage. |
ok |
Describe the bug
SQL
if
CLI (Command Line Interface): provide the command you're calling and the output.For example:
sqllineage -e 'select * into t3 from t1 union all select * from t2' -d tsql
Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):The text was updated successfully, but these errors were encountered: