bolkedebruin commented on code in PR #22253: URL: https://github.com/apache/airflow/pull/22253#discussion_r1444501416
########## docs/apache-airflow-providers-google/operators/cloud/kubernetes_engine.rst: ########## @@ -117,7 +117,7 @@ There are two operators available in order to run a pod on a GKE cluster: ``GKEStartPodOperator`` extends ``KubernetesPodOperator`` to provide authorization using Google Cloud credentials. There is no need to manage the ``kube_config`` file, as it will be generated automatically. All Kubernetes parameters (except ``config_file``) are also valid for the ``GKEStartPodOperator``. -For more information on ``KubernetesPodOperator``, please look at: :ref:`howto/operator:KubernetesPodOperator` guide. +For more information on ``KubernetesPodOperator``, please look at: :ref:`howto/operator:kubernetespodoperator` guide. Review Comment: Why are you changing the reference? The original exists this one doesn't and therefore it throws an error https://github.com/apache/airflow/actions/runs/7424700875/job/20205772935?pr=22253#step:6:1942 ########## airflow/providers/cncf/kubernetes/operators/pod.py: ########## @@ -95,7 +95,7 @@ class KubernetesPodOperator(BaseOperator): .. seealso:: For more information on how to use this operator, take a look at the guide: - :ref:`howto/operator:KubernetesPodOperator` + :ref:`howto/operator:kubernetespodoperator` Review Comment: Why are you changing the reference? The original exists this one doesn't and therefore it throws an error https://github.com/apache/airflow/actions/runs/7424700875/job/20205772935?pr=22253#step:6:1942 -- 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]
