-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
YandexCloud provider: Support new Yandex SDK features: log_group_id, user-agent, maven packages #20103
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)
|
log_group_id
parameterlog_group_id
parameter
17b5640
to
b7cf379
Compare
log_group_id
parameterb7cf379
to
9bddbb0
Compare
9bddbb0
to
2e914c3
Compare
PR changes are fixed, reviewers are welcome :) |
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
…th uuid Allows to rerun example DAG on same S3 bucket without cleaning it up.
2e914c3
to
d6c83be
Compare
Helm Chart Executor Upgrade task timed out. Not sure if this PR could be a cause for this. |
Nope. I think it is just very slow now. We need to speed it up or better - parallelise |
Ok; anything I can do to make this PR happen? |
Awesome work, congrats on your first merged pull request! |
You just did :). Merged. The fix to the too long upgrade check is running here #20289 |
log_group_id
parameter passing in DataprocCreateClusterOperator.User-Agent
header in GRPC requests via SDKFunctionality is tested on local AirFlow installation.