Skip to content

Commit

Permalink
Update sql_queries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansun authored Sep 2, 2024
1 parent f050ef2 commit 05f4faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _process_query(self, entry: "QueryEntry") -> Iterable[MetadataWorkUnit]:
schema_resolver=self.schema_resolver,
default_db=self.config.default_db,
default_schema=self.config.default_schema,
default_dialect=self.config.default_dialect,
default_dialect=self.config.default_dialect,
)
if result.debug_info.table_error:
logger.info(f"Error parsing table lineage, {result.debug_info.table_error}")
Expand Down

0 comments on commit 05f4faf

Please sign in to comment.