airflow.providers.yandex.hooks.yandex¶
Classes¶
A base hook for Yandex.Cloud related tasks. |
Module Contents¶
- class airflow.providers.yandex.hooks.yandex.YandexCloudBaseHook(yandex_conn_id=None, default_folder_id=None, default_public_ssh_key=None, default_service_account_id=None)[source]¶
Bases:
airflow.hooks.base.BaseHook
A base hook for Yandex.Cloud related tasks.
- Parameters:
yandex_conn_id (str | None) – The connection ID to use when fetching connection info
default_folder_id (str | None) – The folder ID to use instead of connection folder ID
default_public_ssh_key (str | None) – The key to use instead of connection key
default_service_account_id (str | None) – The service account ID to use instead of key service account ID
- classmethod get_connection_form_widgets()[source]¶
Return connection widgets to add to Yandex connection form.