Reuben (Matatika)
02/17/2025, 12:13 PMstream_maps
?
stream_maps:
users:
phoneNumberCountryCodeISO: _.get("itblInternal.phoneCountry")
itblInternal.phoneCountry': __NULL__
gives
TypeError: unhashable type: 'dict'
presumably because it is parsing the property definition as a dict i.e.
{
"itblInternal": {
"phoneCountry": "__NULL__"
}
}
https://github.com/meltano/sdk/blob/38a5ab9caea7b392931c3f2fd0df1aedf83f50e9/singer_sdk/mapper.py#L500Edgar Ramírez (Arch.dev)
02/17/2025, 6:32 PMEdgar Ramírez (Arch.dev)
02/17/2025, 6:55 PM