[
https://issues.apache.org/jira/browse/AIRFLOW-6531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037214#comment-17037214
]
ASF subversion and git services commented on AIRFLOW-6531:
----------------------------------------------------------
Commit ee1ab7697c6106b7107b285d8fe9ad01766dc19e in airflow's branch
refs/heads/master from peter-volkov
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ee1ab76 ]
[AIRFLOW-6531] Initial Yandex.Cloud Dataproc support (#7252)
* [AIRFLOW-6531] Initial Yandex.Cloud Dataproc support
* [AIRFLOW-6531] Move from contrib to providers. Drop py2 support
* [AIRFLOW-6531] Add service account support to YC connection
* [AIRFLOW-6531] Use Dataproc wrapper
* [AIRFLOW-6531] Move base classes to init to test
"test_providers_modules_should_have_tests"
* [AIRFLOW-6531] Add type annotations. Remove op base class
* [AIRFLOW-6531] Add cluster id to templated fields
> Add Yandex.Cloud support in Airflow
> -----------------------------------
>
> Key: AIRFLOW-6531
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6531
> Project: Apache Airflow
> Issue Type: New Feature
> Components: authentication, contrib, examples
> Affects Versions: 1.10.7
> Reporter: Peter Volkov
> Assignee: Peter Volkov
> Priority: Major
> Fix For: 2.0.0
>
>
> Hello there.
> I'm here to contribute the support for Yandex.Cloud
> ([https://cloud.yandex.com/docs] yet another cloud provider, such as GCP and
> AWS) features.
> So this issue is created for further PR.
> Things will be added:
> # New connection type for Yandex.Cloud for authentication.
> # Yandex.Cloud hooks to interact with Yandex.Cloud API using GRPC with
> [https://github.com/yandex-cloud/python-sdk] module
> # Yandex.Cloud operators to create DAGs
> # Tests
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)