You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val client = new GenericClient[IO, Nothing]("cdp-spark-datasource")
client.threeDAssetMappings(modelId.toLong, revisionId.toLong).read().unsafeRunSync()
Attempting to read 3D Asset mappings of an existing modelId + revisionId throws a decoding error:
Attempt to decode value on failed cursor: DownField(treeIndex),DownArray,DownField(items)
DecodingFailure(Attempt to decode value on failed cursor, List(DownField(treeIndex), DownArray, DownField(items)))
The text was updated successfully, but these errors were encountered:
Attempting to read 3D Asset mappings of an existing modelId + revisionId throws a decoding error:
The text was updated successfully, but these errors were encountered: