astronomer.providers.google.common.hooks.base_google

Module Contents

Classes

GoogleBaseHookAsync

GoogleBaseHookAsync inherits from BaseHook class, run on the trigger worker

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
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]