From ace6e6240feec38c628174ccafa09f1fa4461d6e Mon Sep 17 00:00:00 2001 From: wazi55 <134335723+wazi55@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:41:06 -0700 Subject: [PATCH] Update website/docs/docs/build/python-models.md Co-authored-by: Anders --- website/docs/docs/build/python-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/python-models.md b/website/docs/docs/build/python-models.md index 1e0bcbcfd3d..6194022112f 100644 --- a/website/docs/docs/build/python-models.md +++ b/website/docs/docs/build/python-models.md @@ -669,7 +669,7 @@ models: **Installing packages**: If you are using a Dataproc Cluster (as opposed to Dataproc Serverless), you can add third-party packages while creating the cluster with the [Spark BigQuery connector initialization action](https://github.com/GoogleCloudDataproc/initialization-actions/tree/master/connectors#bigquery-connectors). If you are using Dataproc Serverless, you can build your own [custom container image](https://cloud.google.com/dataproc-serverless/docs/guides/custom-containers#python_packages) with the packages you need. -**Additional setup:**: The user or role should have the adequate IAM permission to be able to trigger a job through Dataproc Cluster or Dataproc Serverless +**Additional setup**: The user or role should have the adequate IAM permission to be able to trigger a job through Dataproc Cluster or Dataproc Serverless **Docs:** - [Dataproc overview](https://cloud.google.com/dataproc/docs/concepts/overview)