Skip to content

Commit

Permalink
fix: make draw function in LineageRunner use self._dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Dec 31, 2023
1 parent f287735 commit 1a9cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqllineage/core/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def analyze(
self, sql: str, metadata_provider: MetaDataProvider
) -> StatementLineageHolder:
"""
to analyze single statement sql and store the result into
to analyze single statement sql and store the result into StatementLineageHolder
:param sql: single-statement SQL string to be processed
:param metadata_provider: :class:`sqllineage.core.metadata_provider.MetaDataProvider` provides metadata on
tables to help lineage analyzing
Expand Down

0 comments on commit 1a9cfc4

Please sign in to comment.