Hello, I'm facing a new issue when running my tap:...
# troubleshooting
c
Hello, I'm facing a new issue when running my tap: I get the following error:
File "/project/.meltano/extractors/tap-whise/venv/lib/python3.6/site-packages/singer/schema.py", line 98, in from_dict
properties = data.get('properties')
AttributeError: 'str' object has no attribute 'get'
It seems that the catalog.json file is not parsed properly as a dict and cannot then be used with the Schema function from_dict in Singer. Do you know how it can be solved?
Nevermind: the underlying structure was incorrect: I had some arrays in my json which is not allowed. It is fixed now 🙂. Leaving this on purpose for knowledge sharing 🙂
t
Great - glad you got it sorted and thanks for sharing 😄