Heroku Connect - 尝试为 Salesforce Chatter 对象创建地图时出现验证错误

Heroku Connect - Validation error when trying to create map for Salesforce Chatter objects

我正在测试 Heroko Connect 插件并在尝试同步与 Chatter 相关的对象时收到错误,即:

我能够同步 FeedItem 和用户,但在上述对象上收到以下消息:

Unable to create mapping for 'FeedLike'. {"error": "{u'CreatedDate': {}, u'FeedItemId': {}, u'Id': {}, u'CreatedById': {}, u'IsDeleted': {}, u'InsertedById': {}} is not valid under any of the given schemas"}. Status code: 400 (Bad Request)

我正在使用 Developer Org 作为系统管理员。

连接Heroku Support后,我收到了这个回复。听起来暂时不行。

The issue with FeedComment and FeedLike is that you cannot query them directly without querying the parents first. Eg for feedLikes you can only query the table when you specify a parent of the like. At this time we're not able to sync these objects as a result.