File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -709,6 +709,7 @@ def notebook(session: nox.Session):
709709 "notebooks/generative_ai/sentiment_analysis.ipynb" , # Too slow
710710 "notebooks/generative_ai/bq_dataframes_llm_vector_search.ipynb" , # Limited quota for vector index ddl statements on table.
711711 "notebooks/generative_ai/bq_dataframes_ml_drug_name_generation.ipynb" , # Needs CONNECTION.
712+ "notebooks/generative_ai/ai_movie_poster.ipynb" , # Needs CONNECTION.
712713 # TODO(b/366290533): to protect BQML quota
713714 "notebooks/vertex_sdk/sdk2_bigframes_pytorch.ipynb" , # Needs BUCKET_URI.
714715 "notebooks/vertex_sdk/sdk2_bigframes_sklearn.ipynb" , # Needs BUCKET_URI.
@@ -725,6 +726,8 @@ def notebook(session: nox.Session):
725726 # This anywidget notebook uses deferred execution, so it won't
726727 # produce metrics for the performance benchmark script.
727728 "notebooks/dataframes/anywidget_mode.ipynb" ,
729+ # Needs a connection
730+ "notebooks/remote_functions/remote_function_vertex_claude_model.ipynb" ,
728731 ]
729732
730733 # Convert each Path notebook object to a string using a list comprehension,
You can’t perform that action at this time.
0 commit comments