docs: add code sample snippets for welcome page documentation#17744
docs: add code sample snippets for welcome page documentation#17744shuoweil wants to merge 7 commits into
Conversation
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
437d834 to
88e57cd
Compare
There was a problem hiding this comment.
Code Review
This pull request adds a new test file, packages/bigframes/samples/snippets/samples_test.py, which includes several test cases for BigQuery BigFrames snippets. The reviewer identified that these tests will fail in CI environments due to the use of placeholder project IDs and table names, and provided actionable feedback to mock the API calls using unittest.mock to ensure the tests are runnable.
2a0b12a to
6558872
Compare
|
Add the code sample using another branch: GoogleCloudPlatform/python-docs-samples#14429 |
Adds sample code snippets with region tags (
# [START ...]/# [END ...]) for BigQuery DataFrames documentation welcome page (python-libraries.md).Note here, we need to place all imports inside testcase functions for the following reasons:
Fixes #<522845525> 🦕