[docs]classAirbyteJSONLoader(BaseLoader):"""Load local `Airbyte` json files."""
[docs]def__init__(self,file_path:Union[str,Path]):"""Initialize with a file path. This should start with '/tmp/airbyte_local/'."""self.file_path=file_path"""Path to the directory containing the json files."""