Skip to content

get lineage data from SQL codes that looks like "insert ... from select.." #9

Description

@Kranf99

The specific SQL code "insert ... from select.." implies that the data does not "transit" through the ETL: this is really different from the other SQL codes (i.e. other than some simple "select" or other than some simple "insert, update, delete": These are already handled ok now) and must have a specific code to handle this situation.

Hopefully, there are already many open source libraries (e.g. sqlglot) that handles this "insert ... from select.." situation that is not very complex.
Need to check if we'll use sqlglot library or a brand new original code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions