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

Issue with loading updated records from pipedrive source #381

Open
sauravganguli opened this issue Feb 29, 2024 · 0 comments
Open

Issue with loading updated records from pipedrive source #381

sauravganguli opened this issue Feb 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working community

Comments

@sauravganguli
Copy link
Contributor

Source name
Source pipedrive, with the deals endpoint

Describe the bug
Some of the records in the deals table are not getting updated. For example, this deal in the screenshot attached was updated once on 20th February and once on 27th. But these changes were not picked up by during the data loads and in our table we see the last update for this deal was on 6th February, refer to screenshot attached.

As a temporary fix we did a full reload of the table after which these updates were loaded. But we still don't know what causes the issue and therefore we might face the same issue again in a few days.

It's not like updates are not reflected at all, but only partially loaded. So some of the deals changed might be correctly loaded to the tables but some of them not.

  1. name of the dlt source causing the problem: pipedrive
  2. name if the dlt resource causing the problem: deals endpoint incremental load
  3. which destination you are loading into: BigQuery
  4. any stack traces and logs you can share: Attached screenshots to understand the issue
    Screenshot 2024-02-28 at 12 11 09
    Screenshot 2024-02-28 at 12 11 29

To Reproduce
Make changes to some deals in pipedrive and run the pipedrive pipeline to extract the updated records

Expected behavior
When a change happens in pipedrive for any one of the endpoints, the next run of the pipeline should be able to correctly update all rows in the extracted tables

Stack traces and other evidence
Attached the code files for the pipeline and our DAG to invoke the pipeline
pipedrive pipeline.zip

Running environment

  • OS: MacOs
  • dlt Version 0.4.2
  • Orchestrator: Google Composer
@sauravganguli sauravganguli added the bug Something isn't working label Feb 29, 2024
@VioletM VioletM self-assigned this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community
Projects
Status: Implementation & Review
Development

No branches or pull requests

2 participants