Skip to content

Commit 750cf33

Browse files
fix: pr comments
1 parent 4a9ec88 commit 750cf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/ingestion/source/looker/lookml_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class LookMLSourceConfig(
165165
"view.sql_table_name. Defaults to an empty dictionary.",
166166
)
167167

168-
lookml_parameter: Dict[Any, Any] = Field(
168+
lookml_parameter: Dict[str, str] = Field(
169169
{},
170170
description=(
171171
"A dictionary containing LookML parameters (`@{param_name}`) and their values. "

0 commit comments

Comments
 (0)