Skip to content

connect()

async Class: JobsAustriaCacheProcess
File: jobs_austria_cache_process_data_payload.py ยท line 30

Signature

Parameters none
Returns not annotated
Async Yes
Visibility Public

Implementation

async def connect(self):
    self.engine = self._create_engine()
    self.connection = await self.engine.connect()
    self.mysql_loader = MySQLAsyncLoader(self.connection)
    return self