-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Yandex Dataproc cluster labels #29811
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
52ea193
to
dc3ceec
Compare
Rebased to rebuild with latest main/ account for failed job. |
Please install and run pre-commits it will handle the static checks failure for you |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
FYI, Yandex provider has been suspended from releases and we are not accepting any new PRS for yandex until the problem with protobuf is solved by Yandex maintainer. See #30667 - the issue to be solved is here and Yandex maintainers will have to resume the provider after the problem is fixed yandex-cloud/python-sdk#71 More information about suspending providers in https://github.com/apache/airflow/blob/main/airflow/providers/SUSPENDING_AND_RESUMING_PROVIDERS.rst |
I'm closing this PR since the provider is suspended. |
To my understanding, the provider is no longer suspended, as the protobuf4 support has been implemented in its dependencies. |
Yes. Should be fine to merge it now :) |
Seems there was some accidental cancelling of post cache. All looks good. Merging |
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Yandex Dataproc supports labels on its cluster resources to distinguish various projects and teams.
This commit adds support for specifying labels during cluster creation in the
DataprocCreateClusterOperator
, as part of theyandex
provider.yandexcloud
provider dependency has to be updated to version 202, to support the labels function.