mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 03:09:12 +00:00
fix(ingest): fix lookml platform URN (#2742)
This commit is contained in:
parent
a89094da5b
commit
4ddc4c28be
@ -478,7 +478,7 @@ class LookMLSource(Source): # pragma: no cover
|
||||
stamp = AuditStamp(time=sys_time, actor=actor)
|
||||
schema_metadata = SchemaMetadata(
|
||||
schemaName=looker_view.view_name,
|
||||
platform=self.source_config.platform_name,
|
||||
platform=f"urn:li:dataPlatform:{self.source_config.platform_name}",
|
||||
version=0,
|
||||
fields=fields,
|
||||
primaryKeys=primary_keys,
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
{
|
||||
"com.linkedin.pegasus2avro.schema.SchemaMetadata": {
|
||||
"schemaName": "my_view",
|
||||
"platform": "looker",
|
||||
"platform": "urn:li:dataPlatform:looker",
|
||||
"version": 0,
|
||||
"created": {
|
||||
"time": 1615443388000,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user