RosterIn commented on a change in pull request #10660:
URL: https://github.com/apache/airflow/pull/10660#discussion_r490910286
##########
File path: airflow/providers/google/cloud/example_dags/example_dataproc.py
##########
@@ -65,10 +65,16 @@
# Update options
# [START how_to_cloud_dataproc_updatemask_cluster_operator]
CLUSTER_UPDATE = {
- "config": {"worker_config": {"num_instances": 3},
"secondary_worker_config": {"num_instances": 3}}
Review comment:
There is a really good guide at the contributing section:
https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#id9
On slack there is a channel airflow-how-to-pr where you can ask for help if
you get into trouble.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]