Skip to content

Commit 2da73cd

Browse files
authored
Added delta-lake to platform naming convention involving 2 parts
1 parent 4811de1 commit 2da73cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def fix_derived_view_urn(
124124

125125

126126
def _platform_names_have_2_parts(platform: str) -> bool:
127-
return platform in {"hive", "mysql", "athena"}
127+
return platform in {"hive", "mysql", "athena", "delta-lake"}
128128

129129

130130
def _drop_hive_dot(urn: str) -> str:

0 commit comments

Comments
 (0)