potiuk commented on code in PR #32604: URL: https://github.com/apache/airflow/pull/32604#discussion_r1269524486
########## airflow/providers/celery/provider.yaml: ########## @@ -60,3 +60,256 @@ sensors: executors: - airflow.providers.celery.executors.celery_executor.CeleryExecutor - airflow.providers.celery.executors.celery_kubernetes_executor.CeleryKubernetesExecutor + +config: + celery_kubernetes_executor: + description: | + This section only applies if you are using the ``CeleryKubernetesExecutor`` in + ``[core]`` section above Review Comment: I also corrected all those missing ".", some inconsistencies. and reformatted the descriptions slightly. For now only in celary part - but later will do it as well for others that I will extract CC: @ferruzzi. -- 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]
