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

Improve CSV parser to stream file to handle very large volume of data #7594

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

[frontend] Remove any (#7589)

d06f72d
Select commit
Loading
Failed to load commit list.
Draft

Improve CSV parser to stream file to handle very large volume of data #7594

[frontend] Remove any (#7589)
d06f72d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2024 in 0s

67.52% (-0.04%) compared to 3ab41ac

View this Pull Request on Codecov

67.52% (-0.04%) compared to 3ab41ac

Details

Codecov Report

Attention: Patch coverage is 47.30539% with 88 lines in your changes missing coverage. Please review.

Project coverage is 67.52%. Comparing base (3ab41ac) to head (d06f72d).
Report is 215 commits behind head on master.

Files Patch % Lines
...hql/src/connector/importCsv/importCsv-connector.ts 0.00% 64 Missing ⚠️
...rm/opencti-graphql/src/manager/ingestionManager.ts 18.18% 9 Missing ⚠️
...phql/src/modules/ingestion/ingestion-csv-domain.ts 16.66% 5 Missing ⚠️
...src/modules/internal/csvMapper/csvMapper-domain.ts 50.00% 3 Missing ⚠️
.../modules/internal/csvMapper/csvMapper-resolvers.ts 33.33% 2 Missing ⚠️
.../internal/csvMapper/deprecated/csvMapper-domain.ts 92.85% 2 Missing ⚠️
...-platform/opencti-graphql/src/parser/csv-parser.ts 86.66% 2 Missing ⚠️
...-platform/opencti-graphql/src/database/rabbitmq.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7594      +/-   ##
==========================================
- Coverage   67.56%   67.52%   -0.04%     
==========================================
  Files         567      570       +3     
  Lines       69946    69996      +50     
  Branches     5937     5927      -10     
==========================================
+ Hits        47257    47266       +9     
- Misses      22689    22730      +41     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.