charley_guillaume
06/17/2021, 1:06 PMFile "/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?charley_guillaume
06/17/2021, 1:21 PMtaylor
06/17/2021, 1:40 PM