Giter Site home page Giter Site logo

Comments (1)

laurentS avatar laurentS commented on July 23, 2024

Hi @emishas thanks for reporting this. I'm not entirely sure how meltano calls the tap from the above config, as I don't use meltano at all, but my initial hunch is that the repositories stream is not really incremental. The stream returns a single record for a repo, at most (if the repo name does not exist, the tap skips it and returns nothing).

I'm not entirely sure that updated_at, which is set as the replication key for the stream, is actually updated for all changes of the record.

Reading the docs:

Using the state, the tap should then skip returning rows where the replication key comes strictly before than previous maximal replication key value stored in the state.

As you only have a single record for each repo, the newer record value for updated_at cannot be strictly before itself. So I think it makes sense that all records are returned by the tap.

Then my guess is that in your case the deduplication logic is incorrect for the stream, which would explain why all records end up being duplicated. There is no primary_key nor state_partitioning_keys on the stream, which might explain this. Can you share what (a couple of) your records look like, and what the state file content is? It might help understand what is happening.

from tap-github.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.