You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/06 21:24:48 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #19446: #16691 fix passing metadata to dataproc cluster create operator

eladkal commented on a change in pull request #19446:
URL: https://github.com/apache/airflow/pull/19446#discussion_r744169864



##########
File path: airflow/providers/google/cloud/example_dags/example_dataproc.py
##########
@@ -23,13 +23,14 @@
 import os
 
 from airflow import models
+from airflow.contrib.operators.dataproc_operator import DataprocClusterCreateOperator

Review comment:
       I dont think this is something we want to do.
   
   Our documntation and examples should always support latest airflow version not EOL versions.
   If users have trouble with 1.10 they can ask in Disscusion and get support.
   It should not be part of the code base.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org