Skip to content

Commit

Permalink
Merge pull request #337 from nodestream-proj/missing-plug-point
Browse files Browse the repository at this point in the history
Actually file format support
  • Loading branch information
zprobst authored Jul 23, 2024
2 parents aa130eb + f84f99e commit 83b0200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nodestream/pipeline/extractors/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def tempfile_cleanup(self):
@SUPPORTED_FILE_FORMAT_REGISTRY.connect_baseclass
class SupportedFileFormat(Pluggable, ABC):
reader = None
entrypoint_name = "file_formats"

def __init__(self, file: IngestibleFile) -> None:
self.file = file
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nodestream"
version = "0.12.5a10"
version = "0.12.5a11"
description = "A Fast, Declarative ETL for Graph Databases."
license = "GPL-3.0-only"
authors = [
Expand Down

0 comments on commit 83b0200

Please sign in to comment.