Seeing a lot of ```time=2022-11-09 20:52:36 name=t...
# singer-tap-development
v
Seeing a lot of
Copy code
time=2022-11-09 20:52:36 name=tap-activedirectory level=INFO message=Properties () were present in the 'users' stream but not found in catalog schema. Ignoring.
Lately, anyone else? empty properties() object? Maybe a sdk bug?
c
I've been seeing that for a long time now ... didn't think anything of it.
e
That was introduced a few months ago when a PR refactored `conform_record_data_types`: https://github.com/meltano/sdk/blame/a3f64db222f9f046fff16910a024680979335790/singer_sdk/helpers/_typing.py#L230. It’s probably a good idea to check if
unmapped_properties
is empty before logging anything.
v
thank you