Skip to content

Commit 0f62a04

Browse files
committed
Try to deal with validation error
1 parent eefa065 commit 0f62a04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

validation_service_v2/validation_service/data_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ def from_kg_object(cls, data_item, kg_client):
13701370
)
13711371
else:
13721372
return cls(
1373+
url=data_item.distribution.location,
13731374
label=data_item.name,
13741375
type=data_item.resource_type,
13751376
identifier=UUID(data_item.identifier)

0 commit comments

Comments
 (0)