charley_guillaume
06/17/2021, 8:25 AMFile "/project/.meltano/extractors/tap-whise/venv/lib/python3.6/site-packages/singer/schema.py", line 98, in from_dict
properties = data.get('properties')
AttributeError: 'list' object has no attribute 'get'
when running my tap.
Can you help me out?lasse_vang_gravesen
06/17/2021, 8:28 AMlasse_vang_gravesen
06/17/2021, 8:30 AMlasse_vang_gravesen
06/17/2021, 8:30 AMlasse_vang_gravesen
06/17/2021, 8:30 AMcharley_guillaume
06/17/2021, 8:32 AMcharley_guillaume
06/17/2021, 8:33 AMlasse_vang_gravesen
06/17/2021, 8:34 AMlasse_vang_gravesen
06/17/2021, 8:36 AMcharley_guillaume
06/17/2021, 8:37 AMrepresentatives': {'$schema': '<http://json-schema.org/draft-04/schema#>', 'type': 'object', 'properties': {'Id': {'type': 'string'}, 'DirectLine': {'type': 'string'}, 'Email': {'type': 'string'}, 'FirstName': {'type': 'string'}, 'Mobile': {'type': 'string'}, 'Name': {'type': 'string'}, 'OfficeId': {'type': 'string'}, 'PictureUrl': {'type': 'string'}, 'UpdateDateTime': {'type': 'string'}, 'Commission': {'type': 'string'}, 'CommissionUnit': {'type': 'string'}}}}charley_guillaume
06/17/2021, 8:38 AMcharley_guillaume
06/17/2021, 8:39 AMcharley_guillaume
06/17/2021, 8:40 AM<class 'dict'>charley_guillaume
06/17/2021, 8:41 AMlasse_vang_gravesen
06/17/2021, 8:42 AMlasse_vang_gravesen
06/17/2021, 8:42 AMlasse_vang_gravesen
06/17/2021, 8:43 AMlasse_vang_gravesen
06/17/2021, 8:43 AMlasse_vang_gravesen
06/17/2021, 8:44 AMcharley_guillaume
06/17/2021, 8:48 AMcharley_guillaume
06/17/2021, 8:49 AMcharley_guillaume
06/17/2021, 9:04 AMlasse_vang_gravesen
06/17/2021, 9:06 AMlasse_vang_gravesen
06/17/2021, 9:06 AMaaronsteers
06/17/2021, 5:24 PMcharley_guillaume
06/17/2021, 5:32 PMaaronsteers
06/17/2021, 5:35 PM.to_dict() call, which converts the entire structure back into a standard JSON Schema dictionary structure.aaronsteers
06/17/2021, 5:36 PMaaronsteers
06/17/2021, 5:37 PMStream.schema (expected to be a python dictionary) and Stream.schema_filepath (expected to be a path to a json text file).