astronomer.providers.google.common.hooks.base_google

Classes

GoogleBaseHookAsync

GoogleBaseHookAsync inherits from BaseHook class, run on the trigger worker

Module Contents

class astronomer.providers.google.common.hooks.base_google.GoogleBaseHookAsync(**kwargs)[source]

Bases: airflow.hooks.base.BaseHook

GoogleBaseHookAsync inherits from BaseHook class, run on the trigger worker

sync_hook_class: Any = None
async get_sync_hook()[source]

Sync version of the Google Cloud Hooks makes blocking calls in __init__ so we don’t inherit from it.

async service_file_as_context()[source]