astronomer.providers.google.cloud.hooks.gcs

This module contains a Google Cloud Storage hook.

Module Contents

Classes

GCSHookAsync

GCSHookAsync run on the trigger worker, inherits from GoogleBaseHookAsync

Attributes

DEFAULT_TIMEOUT

astronomer.providers.google.cloud.hooks.gcs.DEFAULT_TIMEOUT = 60
class astronomer.providers.google.cloud.hooks.gcs.GCSHookAsync(**kwargs)[source]

Bases: astronomer.providers.google.common.hooks.base_google.GoogleBaseHookAsync

GCSHookAsync run on the trigger worker, inherits from GoogleBaseHookAsync

sync_hook_class
async get_storage_client(session)[source]

Returns a Google Cloud Storage service object.