David Cavazos
David Cavazos
+1 Many Cloud providers require OAuth credentials to even reach the server, so I'm also interested in this.
Are there any updates on when the `google_vertex_ai_index_endpoint_deployed_index` is planned to be ready?
In the meantime, here's a workaround using `gcloud` to deploy and undeploy the index. ```terraform resource "google_vertex_ai_index" "my_index" { ... } resource "google_vertex_ai_index_endpoint" "my_endpoint" { ... } module "gcloud_ai_index_endpoints_deploy_index" {...
Use `gs://arxiv-dataset/arxiv/cmp-lg/pdf/9505/9505005v2.pdf` for this test, it's a large document with 20 pages that requires several GiB to process
``` Traceback (most recent call last): File "/workspace/firestore/cloud-client/snippets_test.py", line 198, in test_update_data_bulk write_results = snippets.update_data_bulk() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/firestore/cloud-client/snippets.py", line 459, in update_data_bulk batch = firestore_v1.BulkWriteBatch(db) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'google.cloud.firestore_v1' has...
Samples LGTM. Let's wait until testing gets unblocked before merging.
Enabled the api in the testing project, re-running tests.
``` File "/workspace/routeoptimization/snippets/optimize_tours_test.py", line 26, in test_call_sync_api for val in (got.routes, got.visits, got.metrics): ^^^^^^^^^^ File "/workspace/routeoptimization/snippets/.nox/py-3-12/lib/python3.12/site-packages/proto/message.py", line 906, in __getattr__ raise AttributeError( AttributeError: Unknown field for OptimizeToursResponse: visits ``` Looks...
We got this warning, although not the source of the errors: ``` /workspace/dataflow/gemma/custom_model_gemma.py:143: BeamDeprecationWarning: WriteStringsToPubSub is deprecated since 2.7.0. Use WriteToPubSub instead. ```
``` ======================== 1 failed in 3607.33s (1:00:07) ======================== nox > Command pytest --junitxml=sponge_log.xml failed with exit code 1 nox > Session py-3.11 failed. make: *** [Makefile:40: test] Error 1 err:...