docs: add a code sample using `bpd.options.bigquery.ordering_mode = "partial"`
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Towards internal code change 662899733 🦕
Here is the summary of changes.
You are about to add 3 region tags.
- samples/snippets/ordering_mode_partial_test.py:22, tag
bigquery_bigframes_ordering_mode_partial - samples/snippets/ordering_mode_partial_test.py:28, tag
bigquery_bigframes_ordering_mode_partial_ambiguous_window_warning - samples/snippets/ordering_mode_partial_test.py:40, tag
bigquery_bigframes_ordering_mode_partial_drop_duplicates
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:
- [ ] Refresh this comment
Oops. I merged too soon. https://github.com/googleapis/python-bigquery-dataframes/pull/1173 to fix the failing Samples tests.
Since it was only remote function and llm that were failures, I (incorrectly) assumed those were flakes.