-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Help] No support sample query SQL such as “select * from tableA“? #853
Comments
Please share your code sample. Also note that by default the lineage is captured lazily, so you need to save the result somewhere in order to get the lineage. If you want to view lineage of temporary data you can enable it in the configuration: spline.plugins.za.co.absa.spline.harvester.plugin.embedded.NonPersistentActionsCapturePlugin.enabled=true See: https://github.com/AbsaOSS/spline-spark-agent?tab=readme-ov-file#spark-features-coverage |
sql just like 'select * form tablea;'
the simple select sql is not support ? |
Yes, It is supported, but the lineage is only captured when the result is stored somewhere. Or enable |
Environment
We try to exec some sample sql such as "select * from table A", but can not get the spline log information
we found the select query will follow this logic(queryExecution.analyzed), the withAction method will not be executed
The text was updated successfully, but these errors were encountered: