airflow.providers.google.cloud.hooks.cloud_logging¶
Classes¶
| Hook for Google Cloud Logging Log Sinks API. | 
Module Contents¶
- class airflow.providers.google.cloud.hooks.cloud_logging.CloudLoggingHook(gcp_conn_id='google_cloud_default', impersonation_chain=None, **kwargs)[source]¶
- Bases: - airflow.providers.google.common.hooks.base_google.GoogleBaseHook- Hook for Google Cloud Logging Log Sinks API. - Parameters:
- gcp_conn_id (str) – The connection ID to use when fetching connection info. 
- impersonation_chain (str | collections.abc.Sequence[str] | None) – Optional service account to impersonate.