singer-io / tap-facebook

Singer.io tap for Facebook Marketing API
GNU Affero General Public License v3.0
110 stars 141 forks source link

singer.transform.SchemaMismatch: Errors during transform #52

Open gomara opened 5 years ago

gomara commented 5 years ago

Hi, im getting the following error when try to run tap-facebook. I followed each step of the Quick start guide ../site-packages/singer/transform.py", line 95, in transform raise SchemaMismatch(self.errors)

singer.transform.SchemaMismatch: Errors during transform updated_time: 2018-07-03T21:45:19-0400 does not match {'type': ['string', 'null'], 'format': 'date-time', 'inclusion': 'automatic'}

Can anyone help me please.

ANIBIT14 commented 5 years ago

Hi, same issue for me, line 94, in transform raise

SchemaMismatch(self.errors)
singer.transform.SchemaMismatch: Errors during transform
        updated_time: 2019-08-14T12:11:17+0530 does not match {'type': ['string', 'null'], 'format': 'date-time', 'inclusion': 'automatic'}
        created_time: 2019-08-11T19:35:11+0530 does not match {'type': ['string', 'null'], 'format': 'date-time', 'inclusion': 'available'}

Hope anyone could provide any insight or resolve this.