diff --git a/src/salesforce_bulk_python/bulk.py b/src/salesforce_bulk_python/bulk.py index b1de43a..38390a6 100644 --- a/src/salesforce_bulk_python/bulk.py +++ b/src/salesforce_bulk_python/bulk.py @@ -155,6 +155,9 @@ async def start(self): status = await self.status() print(f'{self.object.name}: {status}') + if status=='Failed': + break + if status=='JobComplete': await self.on_complete(f"{self.connection.instance_url}/services/data/{self.connection.settings.api_version}/jobs/query/{self.id}/results",self) print(f'Finished job for {self.object.name}') @@ -251,4 +254,5 @@ async def run_all(self): ) else: break - \ No newline at end of file + +
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: