Henning Holgersen
02/21/2023, 8:59 PMObjectType()
, but this tap returns empty dicts ({}
) for some reason. This is the case both for straight object-types and object-arrays. Before I spend hours to figure this out, are there any common issues I should check out?avishua_stein
02/21/2023, 9:36 PMHenning Holgersen
02/21/2023, 9:41 PMedgar_ramirez_mondragon
02/21/2023, 11:02 PMProperties ... were present in the '...' stream but not found in catalog schema. Ignoring.
?gary_james
02/22/2023, 12:56 PMHenning Holgersen
02/22/2023, 2:13 PMTYPE_CONFORMANCE_LEVEL = TypeConformanceLevel.ROOT_ONLY
You need to import TypeConformanceLevel
too:
from singer_sdk.helpers._typing import TypeConformanceLevel
.
I have started pondering how this should be documented so that people will find it.gary_james
02/22/2023, 2:13 PM