mik-laj commented on a change in pull request #6965: [AIRFLOW-6107] [AIP-21]
Rename GKE operators and hook
URL: https://github.com/apache/airflow/pull/6965#discussion_r362194752
##########
File path: UPDATING.md
##########
@@ -445,9 +445,9 @@ The following table shows changes in import paths.
|airflow.contrib.operators.gcp_compute_operator.GceInstanceStopOperator
|airflow.gcp.operators.compute.GceInstanceStopOperator
|
|airflow.contrib.operators.gcp_compute_operator.GceInstanceTemplateCopyOperator
|airflow.gcp.operators.compute.GceInstanceTemplateCopyOperator
|
|airflow.contrib.operators.gcp_compute_operator.GceSetMachineTypeOperator
|airflow.gcp.operators.compute.GceSetMachineTypeOperator
|
-|airflow.contrib.operators.gcp_container_operator.GKEClusterCreateOperator
|airflow.gcp.operators.kubernetes_engine.GKEClusterCreateOperator
|
-|airflow.contrib.operators.gcp_container_operator.GKEClusterDeleteOperator
|airflow.gcp.operators.kubernetes_engine.GKEClusterDeleteOperator
|
-|airflow.contrib.operators.gcp_container_operator.GKEPodOperator
|airflow.gcp.operators.kubernetes_engine.GKEPodOperator
|
+|airflow.contrib.operators.gcp_container_operator.ComputeEngineCreateClusterOperator
|airflow.gcp.operators.kubernetes_engine.ComputeEngineCreateClusterOperator
|
Review comment:
This looks like a misunderstanding. I have already updated the spreadsheet
because these operators should still have the prefix "GKE"
https://docs.google.com/spreadsheets/d/1nRI31B6t3PR7Ljsw6BSPqHkoPGzN11BeYEQRXsjEAWU/edit#gid=1271422594
----------------------------------------------------------------
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]
With regards,
Apache Git Services