VladaZakharova commented on code in PR #31644: URL: https://github.com/apache/airflow/pull/31644#discussion_r1274532899
########## airflow/providers/google/cloud/operators/dataproc.py: ########## @@ -15,7 +15,16 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -"""This module contains Google Dataproc operators.""" +""" +This module contains Google Dataproc operators. + +.. spelling:: + + preemptible + Preemptibility + preemptibility + InstanceGroupConfig Review Comment: yes, you are right here, i have moved these lines to appropriate file -- 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]
