airflow.providers.yandex.hooks.dataproc

Classes

DataprocHook

A base hook for Yandex.Cloud Data Proc.

Module Contents

class airflow.providers.yandex.hooks.dataproc.DataprocHook(*args, **kwargs)[source]

Bases: airflow.providers.yandex.hooks.yandex.YandexCloudBaseHook

A base hook for Yandex.Cloud Data Proc.

Parameters:

yandex_conn_id – The connection ID to use when fetching connection info.

cluster_id = None[source]
dataproc_client: yandexcloud._wrappers.dataproc.Dataproc[source]
property client[source]

Was this entry helpful?