eladkal commented on code in PR #53182: URL: https://github.com/apache/airflow/pull/53182#discussion_r2387905334
########## providers/google/docs/operators/cloud/vertex_ai.rst: ########## @@ -756,6 +756,10 @@ Interacting with Ray on Vertex AI Cluster To create a Ray cluster you can use :class:`~airflow.providers.google.cloud.operators.vertex_ai.ray.CreateRayClusterOperator`. +Please note that you need to specify python_version and ray_version in :class:`~airflow.providers.google.cloud.operators.vertex_ai.ray.CreateRayClusterOperator`. +Currently supported versions of ray package in ray cluster are: 2.9.3, 2.33, 2.42. +For more information you can check: https://github.com/googleapis/python-aiplatform/blob/main/setup.py#L101 Review Comment: I don't like that our docs reference to internal details of other packages - especially when we are referencing main branch where any commit can make this link not accurate. doesn't the library serve a user facing doc that we can reference instead? -- 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]
