[Bug][Jira] Jira Issues Data Collection is deleting old registers #8198
Labels
component/plugins
This issue or PR relates to plugins
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
What happened
The problem occurs during subsequent executions of a blueprint after the initial or full-refresh data collection has been completed successfully. Initially, all data is collected perfectly, and there are no errors or unusual behavior logged during these runs. However, in some cases, during subsequent runs of the same blueprint, old issues seem to be deleted, leaving only issues that were created or updated after the last pipeline execution.
What do you expect to happen
Records should be incrementally added to the
issues
table.How to reproduce
This started happening 2 weeks ago in the production environment. I don't know if the JIRA incident on November 5-6 may have impacted this collection process.
Anything else
Upon further investigation, I found that the
_raw_jira_api_issues
table still contains 73,145 records, while the_tool_jira_issues
andissues
tables only hold 1,115 records. This suggests there might be an issue with the extractor or data transformation during these runs.Version
v1.0.1-beta8@e195107 or v1.0.2-beta4
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: