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 2700b64 commit 6738c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def extract_looker_user_mapping_from_graph(
)

if len(platform_resources) == 0:
report.looker_mapping_missing = True
report.looker_user_mapping_missing = True
elif len(platform_resources) > 1:
report.failures.append(
"Looker user metadata extraction failed. Found more than one looker user id mappings."
Expand Down

0 comments on commit 6738c2f

Please sign in to comment.