(self, connector: DataConnector, source_name: str)
| 1350 | return [Job(**job) for job in response.json()] |
| 1351 | |
| 1352 | def load_data(self, connector: DataConnector, source_name: str): |
| 1353 | raise NotImplementedError |
| 1354 | |
| 1355 | def load_file_to_source(self, filename: str, source_id: str, blocking=True) -> Job: |
| 1356 | """ |
no outgoing calls
no test coverage detected