Why are array
and empty object
types flattened to string
when flattening is enabled?
#2899
Replies: 1 comment 2 replies
-
A little more context: basically we weren't seeing any data come through for a property of type Maybe this is a sign we were/are not following best-practice when implementing our own transformation in a custom mapper, or perhaps exposes an enhancement that can be made to the SDK. Either way, it would still be good to know some background on why these types get flattened to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
sdk/singer_sdk/helpers/_flattening.py
Lines 333 to 339 in 3c076fc
Specifically
object
type with noproperties
getting flattened is not desirable for us. Why is this the case?Beta Was this translation helpful? Give feedback.
All reactions