Skip to content

Commit 6738c2f

Browse files
Update metadata-ingestion/src/datahub/sql_parsing/tool_meta_extractor.py
Co-authored-by: Mayuri Nehate <[email protected]>
1 parent 2700b64 commit 6738c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/sql_parsing/tool_meta_extractor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def extract_looker_user_mapping_from_graph(
110110
)
111111

112112
if len(platform_resources) == 0:
113-
report.looker_mapping_missing = True
113+
report.looker_user_mapping_missing = True
114114
elif len(platform_resources) > 1:
115115
report.failures.append(
116116
"Looker user metadata extraction failed. Found more than one looker user id mappings."

0 commit comments

Comments
 (0)