nodestream-proj / nodestream

A Declarative framework for Building, Maintaining, and Analyzing Graph Data
https://nodestream-proj.github.io/docs/
Apache License 2.0
36 stars 10 forks source link

[REQUEST] Improve FileExtractor error messaging #308

Closed yasonk closed 2 weeks ago

yasonk commented 3 months ago

In a pipeline containing a FileExtractor:

- implementation: nodestream.pipeline.extractors:FileExtractor
  arguments:
    globs:
    - data/my-data.json

When the file my-data.json does not exist, running the pipeline doesn't produce errors. Should print some error messages when having issues opening a file.

zprobst commented 2 weeks ago

This has been implemented with #343. Pending release with 0.13