Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d1443a

Browse files
sagar-salvi-apptwaremayurinehate
andauthoredJan 27, 2025··
Update metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py
Co-authored-by: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com>
1 parent 00d1392 commit 3d1443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def replace_constants(match):
402402

403403
# Check if it's a misplaced lookml constant
404404
if key in self.source_config.liquid_variables:
405-
self.reporter.report_warning(
405+
self.reporter.warning(
406406
title="Misplaced lookml constant",
407407
message="Use 'lookml_constants' instead of 'liquid_variables'.",
408408
context=f"Key {key}",

0 commit comments

Comments
 (0)
Please sign in to comment.