PL/pgSQL Lineage #711
mordovets-nico
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I’m currently working on extracting data lineage from PL/pgSQL stored procedures, and I noticed that
sqllineage
— which relies onsqlfluff
— currently focuses only on declarative SQL.That said, I’d like to understand your direction:
BEGIN ... END
, includingIF
,LOOP
,PERFORM
,EXECUTE
, etc.), would you consider adding support for lineage extraction from them?sqllineage
as being strictly focused on declarative SQL, with procedural constructs intentionally out of scope?Beta Was this translation helpful? Give feedback.
All reactions