Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable export of archived records #75

Open
bardrink opened this issue May 28, 2024 · 1 comment
Open

enable export of archived records #75

bardrink opened this issue May 28, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bardrink
Copy link

I would like to ask if you are planning to add the ability to export also archived records from Hubspot. With the use of incremental loading and subsequent historization of data, I am unable to determine which records have been deleted (archived in HubSpot) since the tap is not returning them. These records remain in my raw table (which is incrementally filled) marked as valid, even though they have already been deleted in HubSpot.

I attempted to prepare a workaround and was partially successful, can be found here. I managed to add it in streams that utilize the HubspotStream class, but it is not working in streams that use the DynamicIncrementalHubspotStream class. I checked the code and saw that they use search endpoints for incremental fetch, for which I was not able to implement archived parameter.

Does it make sense to add the ability to fetch archived records and include this option as a parameter? I would really appreciate it. Thank you!

@edgarrmondragon
Copy link
Member

Hi @bardrink!

This makes sense to me. There are other taps that do similar things, such as tap-clickup.

It's probably a good idea to put it behind a config flag. PRs welcome!

@edgarrmondragon edgarrmondragon added enhancement New feature or request help wanted Extra attention is needed labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants