edgarrmondragon / tap-crowd-dev

Singer tap for CrowdDev
Apache License 2.0
10 stars 1 forks source link

Incremental support #55

Open tchiotludo opened 9 months ago

tchiotludo commented 9 months ago

Hey :wave: I've seen that you don't add the replication_key most of the time to have incremental replication support:
https://github.com/edgarrmondragon/tap-crowd-dev/blob/70ada414959533e85eb1dd4a4f7a45763d7ed17b/tap_crowd_dev/streams.py#L28

Is it intended because crowd.dev doesn't support incremental for it?

edgarrmondragon commented 9 months ago

Hey @tchiotludo!

That's right. AFAICT those endpoints don't have a way to filter by an incremental field. Happy to receive PRs if it's any other way!