-
Notifications
You must be signed in to change notification settings - Fork 244
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
update statement column lineage #487
Labels
enhancement
New feature or request
Comments
Column lineage for UPDATE statement is not supported as of v1.4.8. It should be quite similar to what we did with MERGE statement. |
maoxingda
added a commit
to maoxingda/sqllineage
that referenced
this issue
Jan 2, 2024
maoxingda
added a commit
to maoxingda/sqllineage
that referenced
this issue
Jan 2, 2024
maoxingda
added a commit
to maoxingda/sqllineage
that referenced
this issue
Jan 2, 2024
maoxingda
added a commit
to maoxingda/sqllineage
that referenced
this issue
Jan 2, 2024
reata
added a commit
that referenced
this issue
Jan 6, 2024
* feat: update statement column lineage (#487) * refactor: extract utils * refactor: sqllineage.core.parser.sqlfluff.extractors.select.SelectExtractor.extract * fix: flake8 * 2nd round of refactor * refactor: remove UpdateExtractor dependency on SourceHandlerMixin * refactor: remove find_table_from_from_expression_or_join_clause * refactor: remove tables local variable --------- Co-authored-by: reata <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: