calm-sunset-28996
04/15/2021, 8:52 AMcalm-sunset-28996
04/15/2021, 12:36 PMcalm-sunset-28996
04/15/2021, 12:36 PMmammoth-bear-12532
calm-sunset-28996
04/15/2021, 1:50 PMmammoth-bear-12532
gray-shoe-75895
04/15/2021, 5:17 PMgray-shoe-75895
04/15/2021, 5:18 PM==
operator should now work between the generated classescalm-sunset-28996
04/15/2021, 8:02 PMSchemaMetadata
There I needed to add the following.
hash="",
platformSchema=MySqlDDL(tableSchema=""),
)
But I don’t get what’s the advantage of doing this, over just allowing these to be null. Because now. I need to provide ‘fake’ values for everything.
Another example is:
dataset_property_aspect = DatasetProperties(
description=redshift_table.table_description,
customProperties={},
uri="",
tags=[],
)
This just feels a bit off to me. Because normally I try to use Optionals for everything, but now I need to add default values for everything (Like an empty list etc.).calm-sunset-28996
04/15/2021, 8:08 PMgray-shoe-75895
04/15/2021, 8:46 PMgray-shoe-75895
04/15/2021, 8:49 PMgray-shoe-75895
04/15/2021, 8:50 PMuri
should already be optionalcalm-sunset-28996
04/16/2021, 1:00 PMjava.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to execute search: entity type DATASET, query *, filters: [], start: 0, count: 20
Caused by: com.linkedin.restli.client.RestLiResponseException: com.linkedin.restli.client.RestLiResponseException: Response status 500, serviceErrorMessage: com.linkedin.data.template.TemplateOutputCastException: Output test has type java.lang.String, but does not have a registered coercer and cannot be coerced to type java.net.URI
I have a feeling it is because it can’t map my types correctly anymore? I’m looking into it a bit further.gray-shoe-75895
04/16/2021, 6:20 PM