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

fix: gathering data should not be inhibitated if node data is present #60

Open
pekasen opened this issue May 25, 2023 · 0 comments
Open

Comments

@pekasen
Copy link
Member

pekasen commented May 25, 2023

Situation:

If a node is present in the node table, the gatherer ignores the node and assumes it has been already processed. This stems from the logic we applied for the Telegram-scraping connector.

Problem:

However, this logic is not valid for data returned by the Twitter API, where we receive node data but not edges unless explicitly gathered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant