Extending SQLLineage to understand functions as source in SQL #653
Unanswered
sebastianheibo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
针对于你这个用例,目前的行为是什么? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the database software my company uses, a customized version of spark sql is used. I therefore have some SQL queries that have functions in the source of the query.
An example query I have is:
SELECT
column1,
column2,
etc.
FROM
data_model("model_name", "table_name", "model_version")
How can I extend the functionality of the LineageRunner or other parts of the SQLLineage library to be able to parse the data_model() function?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions