Skip to content

disconnect()

async Class: JobsAustriaDetailsETL
File: jobs_austria_details_scraping.py ยท line 149

Signature

Parameters none
Returns not annotated
Async Yes
Visibility Public

Implementation

async def disconnect(self):
    await self.connection.close()
    await self.engine.dispose()