mik-laj commented on issue #20100: URL: https://github.com/apache/airflow/issues/20100#issuecomment-988672027
The ClusterGenerator is 350 lines of code that does not look like it can be generated. https://github.com/apache/airflow/blob/bf68b9a8461eda634a7d91aa56575fb950960eaa/airflow/providers/google/cloud/operators/dataproc.py#L90-L444 I think that if we make an exception, similar problems arise with other operators such as BigQuery, which will cause a heavy burden of maintenance with limited profit. On the other hand, Google has a very helpful generator on its website, which slightly improves could fulfill a similar role. <img width="388" alt="Screenshot 2021-12-08 at 11 04 44" src="https://user-images.githubusercontent.com/12058428/145189463-de161c6a-0aaa-40dd-bcd0-7c2715d48df5.png"> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
