Skip to content
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

Skip Lineage Analysis for SparkSQL Function Related Statement #500

Closed
reata opened this issue Dec 11, 2023 · 0 comments · Fixed by #501
Closed

Skip Lineage Analysis for SparkSQL Function Related Statement #500

reata opened this issue Dec 11, 2023 · 0 comments · Fixed by #501
Labels
enhancement New feature or request

Comments

@reata
Copy link
Owner

reata commented Dec 11, 2023

Is your feature request related to a problem? Please describe.
Now using sqllineage with sparksql dialect throws UnsupportedStatementException for function related statement like create function or drop function.

Describe the solution you'd like
Skip lineage analysis for these statements.

Additional context
CREATE FUNCTION: https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-create-function.html
DROP FUNCTION: https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-drop-function.html
DESCRIBE FUNCTION: https://spark.apache.org/docs/latest/sql-ref-syntax-aux-describe-function.html
SHOW FUNCTIONS: https://spark.apache.org/docs/latest/sql-ref-syntax-aux-show-functions.html
SET: https://spark.apache.org/docs/latest/sql-ref-syntax-aux-conf-mgmt-set.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant