noticing that when running a tap with streams who ...
# troubleshooting
d
noticing that when running a tap with streams who have their schemas defined via the
Stream.schema
approach, for all of the nested objects in the schema Im seeing log lines like this when running the tap:
Copy code
time=2021-05-19 11:15:14 name=tap-ocs level=WARNING message=Catalog entry missing for 'collections':'('properties', 'meta', 'properties', 'product')'. Using parent value of selected=True.
Am I doing something wrong here?
d
I think this was fixed in the latest version of the SDK, are you on that?
d
I thought so. let me check
0.1.6
d
@aaronsteers Any ideas?
a
@david_wallace - To confirm, does your tap declare the schema for
product
as a sub-property for
meta
, for the above example? If yes, then this would be a bug and an issue - along with the log and your sample schema declaration - would be much appreciated.
d
yeah it does
k I can file an issue with more details. thanks y’all
a
thankyou, @david_wallace.