forked from RedisGraph/redisgraph-bulk-loader
-
Notifications
You must be signed in to change notification settings - Fork 5
Pull requests: FalkorDB/falkordb-bulk-loader
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Bump release-drafter/release-drafter from 7.2.0 to 7.2.1
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#85
opened May 4, 2026 by
dependabot
Bot
Loading…
fix(loader): always close CSV file handle on exception via try/finally
#75
opened Apr 26, 2026 by
gkorland
Loading…
fix(entity_file): raise on unparseable
ID_INTEGER values instead of silent fallthrough
#74
opened Apr 26, 2026 by
gkorland
Loading…
fix(label): truly skip duplicate identifiers when
skip_invalid_nodes is True
#73
opened Apr 26, 2026 by
gkorland
Loading…
fix(entity_file): count CSV rows with
csv.reader so multiline fields are correct
#72
opened Apr 26, 2026 by
gkorland
Loading…
fix(bulk_update): correct
quote_string typo and escape embedded quotes (Cypher injection)
#71
opened Apr 26, 2026 by
gkorland
Loading…
fix(entity_file): translate array-literal parse errors to
SchemaError
#70
opened Apr 26, 2026 by
gkorland
Loading…
fix(csv): open input files as
utf-8-sig to strip BOM transparently
#69
opened Apr 26, 2026 by
gkorland
Loading…
fix(cli): make
module_list check robust to bytes/str key types
#67
opened Apr 26, 2026 by
gkorland
Loading…
fix(entity_file): emit clear error when schema header field has no type
#66
opened Apr 26, 2026 by
gkorland
Loading…
fix(label): raise
CSVError instead of sys.exit on duplicate identifier
#65
opened Apr 26, 2026 by
gkorland
Loading…
fix(bulk_update): mark
--query and --csv as required CLI options
#64
opened Apr 26, 2026 by
gkorland
Loading…
fix(bulk_update): exclude header row from progress bar entity count
#62
opened Apr 26, 2026 by
gkorland
Loading…
fix(bulk_insert): align default --server-url and help text with bulk_update
#61
opened Apr 26, 2026 by
gkorland
Loading…
test(bulk_loader): actually assert in
test_utf8 instead of discarding comparison
#60
opened Apr 26, 2026 by
gkorland
Loading…
Fix bulk_update: replace manual CYPHER string building with parameter binding
#39
opened Apr 24, 2026 by
Copilot
AI
Loading…
Add Parquet tests and documentation for node/edge attributes
Manual Review Time 1+ hours
#18
opened Dec 28, 2025 by
shahar-biron
Loading…
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.