File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pubsublite/spark-connector Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ We recommend using the Python version management tool
6868[ Pyenv] ( https://github.com/pyenv/pyenv ) if you are using MacOS or Linux.
6969
7070** Googlers:** See [ the internal Python policies
71- doc] ( https://g3doc.corp.google.com/company/teams/cloud-devrel/dpe/samples/ python.md?cl=head ) .
71+ doc] ( go/cloudsamples/language-guides/ python) .
7272
7373** Using MacOS?:** See [ Setting up a Mac development environment with pyenv and
7474pyenv-virtualenv] ( MAC_SETUP.md ) .
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def generate_content(output_uri: str) -> str:
2626 # output_uri = f"bq://your-project.your_dataset.your_table"
2727
2828 job = client .batches .create (
29- # Check Anthropic Claude region availability in https://cloud.devsite.corp. google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#regions
29+ # Check Anthropic Claude region availability in https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#regions
3030 # More about Anthropic model: https://console.cloud.google.com/vertex-ai/publishers/anthropic/model-garden/claude-3-5-haiku
3131 model = "publishers/anthropic/models/claude-3-5-haiku" ,
3232 # The source dataset needs to be created specifically in us-east5
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Here is an example output: <!--TODO: update attributes field output with the nex
193193[Install Python and virtualenv]: https://cloud.google.com/python/setup/
194194[Cloud Console for Dataproc]: https://console.cloud.google.com/dataproc/
195195
196- [Create Cluster]: https://pantheon.corp .google.com/dataproc/clustersAdd
196+ [Create Cluster]: https://console.cloud .google.com/dataproc/clustersAdd
197197[Dataproc Image Version 1.5]: https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-1.5
198198[Dataproc Image Version 2.0]: https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-2.0
199199[compatibility]: gs://spark-lib/pubsublite/pubsublite-spark-sql-streaming-LATEST-with-dependencies.jar
You can’t perform that action at this time.
0 commit comments