sweta_garai
05/10/2023, 8:56 PMNeed help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Plugin configuration is invalid
singer_sdk.exceptions.FatalAPIError: 403 Client Error: Forbidden for path: /analytics/v2/views
Has anyone else faced this error before?
Seems like a bug in hubspot: https://community.hubspot.com/t5/APIs-Integrations/HTTP-403-errors/m-p/241134edgar_ramirez_mondragon
05/10/2023, 11:27 PMplugins:
extractors:
- name: tap-hubspot
select:
- "*.*"
- "!analytics_views_v2.*"
sweta_garai
05/11/2023, 1:19 AMselect:
- '!analytics_views_v2.*'
- 'contacts.properties.*'
Would it be possible to extract further and get sub stream like contacts.properties.email? I tried doing that and I get KeyError: 'updatedAt'. Is there any other way to extract substreams?