diff --git a/python/pyspark/sql/connect/README.md b/python/pyspark/sql/connect/README.md index dc40a50b84dcd..9fd4d1a4596cb 100644 --- a/python/pyspark/sql/connect/README.md +++ b/python/pyspark/sql/connect/README.md @@ -52,5 +52,5 @@ To use the release version of Spark Connect: ## Generate proto generated files for the Python client 1. Install `buf version 1.8.0`: https://docs.buf.build/installation 2. Run `pip install grpcio==1.48.1 protobuf==4.21.6 mypy-protobuf==3.3.0` -3. Run `./dev/generate_protos.sh` - +3. Run `./connector/connect/dev/generate_protos.sh` +4. Optional Check `./dev/check-codegen-python.py`