Skip to content

Commit 9c6aa8e

Browse files
authored
chore: skip vector search notebook tests (#2134)
Avoids error "Forbidden: 403 POST https://bigquery.googleapis.com/bigquery/v2/projects/bigframes-dev/queries?prettyPrint=false: Quota exceeded: Your table exceeded quota for vector index ddl statements on table. For more information, see https://cloud.google.com/bigquery/docs/troubleshoot-quotas "
1 parent 32502f4 commit 9c6aa8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# https://www.apache.org/licenses/LICENSE-2.0
1010
#
11-
# Unless required by applicable law or agreed to in writing, software
11+
# Unless required by applicable law or agreed to in writing, software/
1212
# distributed under the License is distributed on an "AS IS" BASIS,
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
@@ -803,6 +803,7 @@ def notebook(session: nox.Session):
803803
"notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb", # Needs BUCKET_URI.
804804
"notebooks/generative_ai/sentiment_analysis.ipynb", # Too slow
805805
"notebooks/generative_ai/bq_dataframes_llm_gemini_2.ipynb", # Gemini 2.0 backend hasn't ready in prod.
806+
"notebooks/generative_ai/bq_dataframes_llm_vector_search.ipynb", # Limited quota for vector index ddl statements on table.
806807
"notebooks/generative_ai/bq_dataframes_ml_drug_name_generation.ipynb", # Needs CONNECTION.
807808
# TODO(b/366290533): to protect BQML quota
808809
"notebooks/generative_ai/bq_dataframes_llm_claude3_museum_art.ipynb",

0 commit comments

Comments
 (0)