Skip to content

Commit

Permalink
Update metadata-ingestion/src/datahub/sql_parsing/tool_meta_extractor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mayuri Nehate <[email protected]>
  • Loading branch information
sagar-salvi-apptware and mayurinehate authored Dec 23, 2024
1 parent d3b75c7 commit 2700b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_last_line(query: str) -> str:
class ToolMetaExtractorReport(Report):
num_queries_meta_extracted: Dict[str, int] = field(default_factory=int_top_k_dict)
failures: List[str] = field(default_factory=list)
looker_mapping_missing = False
looker_user_mapping_missing: Optional[bool] = None


class ToolMetaExtractor:
Expand Down

0 comments on commit 2700b64

Please sign in to comment.