airflow.providers.yandex.hooks.yandexcloud_dataproc

Module Contents

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

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

A base hook for Yandex.Cloud Data Proc.

Parameters

connection_id (str) -- The connection ID to use when fetching connection info.

Was this entry helpful?