Has anyone used the meltano labs hubspot tap? <htt...
# troubleshooting
s
Has anyone used the meltano labs hubspot tap? https://github.com/MeltanoLabs/tap-hubspot Need some help extracting stream properties. Seems like by default properties for each stream (eg calls, emails, etc.) are not being extracted. Looking at the hubspot api docs looks like we need to specify which properties we want to pull in the query params: https://developers.hubspot.com/docs/api/crm/calls Is there a config I have to set somewhere to specify which properties to pull for each stream? The
get_url_params
method does not seem to have that functionality: https://github.com/MeltanoLabs/tap-hubspot/blob/9bbf90a1be7439dd54b08c236121a77bc621275d/tap_hubspot/client.py#L102