yandex-cloud / python-sdk

Yandex.Cloud Python SDK
MIT License
75 stars 24 forks source link

Missing labels specification in Dataproc wrapper #68

Closed zinal closed 1 year ago

zinal commented 1 year ago

Dataproc cluster creation API allows to specify the custom cluster labels, to be used for cluster identification and billing data processing. Right now the Dataproc wrapper does not allow to specify the labels as parameter to its create_cluster() function. The support for the labels parameter in the wrapper is a pre-requisite for implementing labels in the Dataproc Airflow operator.