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
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.
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
The text was updated successfully, but these errors were encountered: