Skip to content

Commit

Permalink
Add back in call to initialize source connector
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Nov 3, 2023
1 parent 1dad78b commit eee1f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unstructured/ingest/pipeline/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def initialize(self):
f"Source connector: {self.source_doc_connector.to_json()}",
)
super().initialize()
self.source_doc_connector.initialize()

@abstractmethod
def run(self, *args, **kwargs) -> t.Iterable[dict]:
Expand Down

0 comments on commit eee1f17

Please sign in to comment.