Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
20ba255
chore: checkpoint 1 refactoring examples
karel-rehor Apr 17, 2026
b110dba
chore: remove unneeded dry-run data files.
karel-rehor Apr 17, 2026
d197f23
chore: clean-up data updater.py
karel-rehor Apr 17, 2026
256a93b
chore: tidy flake in recently added code.
karel-rehor Apr 17, 2026
eabad52
chore: refactor/remove pokemon-trainer Examples
karel-rehor Apr 20, 2026
d22b132
chore: checkpoint 2 - refactoring - old examples moved or removed.
karel-rehor Apr 20, 2026
6cca7af
chore: refactor - remove _example_ from file names and enforce use of…
karel-rehor Apr 20, 2026
2f66b9b
chore: change community examples to advanced and refactor custom_url.…
karel-rehor Apr 21, 2026
c24ffd0
docs: update status in README.md
karel-rehor Apr 21, 2026
2c81bf0
chore: refactor/update Examples/write/writeoptions.py
karel-rehor Apr 22, 2026
baa226f
docs: improve comments for Examples/core/basic_ssl.py
karel-rehor Apr 22, 2026
fa81571
chore: standardize core examples
karel-rehor Apr 22, 2026
b23fd82
chore: fix flake problems
karel-rehor Apr 22, 2026
0b91189
chore: standardize write examples.
karel-rehor Apr 23, 2026
1d68965
chore: tidy flake
karel-rehor Apr 23, 2026
2ae6ecb
chore: standardize/enhance query_async.py and query_modes.py examples
karel-rehor Apr 23, 2026
6f8bd6f
chore: standardize flight_options.py and query_with_middleware.py exa…
karel-rehor Apr 23, 2026
670613f
docs: pre PR inventory and final TODOs added to README.md
karel-rehor Apr 24, 2026
fdc4117
chore: checkpoint 3 - ensure header commentsand remove kwargs from ex…
karel-rehor Apr 24, 2026
be7efc8
chore: additional steps in Example/README.md and use absolute paths i…
karel-rehor Apr 24, 2026
236040e
chore: add extra dependencies script for Examples
karel-rehor Apr 24, 2026
2e6508d
chore: replace Config() with ENVARS in core examples.
karel-rehor Apr 27, 2026
74f311d
chore: remove Config() from examples.
karel-rehor Apr 27, 2026
592efd0
chore: refactor ./Examples directory to ./examples and remove __init_…
karel-rehor Apr 27, 2026
a96f554
chore: update circleCI flake check to match new examples directory name.
karel-rehor Apr 27, 2026
61ea751
chore: add examples/prep.py script.
karel-rehor Apr 27, 2026
d3b6ba2
chore: tidy examples/prep.py
karel-rehor Apr 27, 2026
4926b9f
docs: update example/README.md to reflect latest changes.
karel-rehor Apr 27, 2026
42d683e
chore: stifle noise in batching.py example and minor example tweaks
karel-rehor Apr 28, 2026
e20222f
chore: additional minor changes to batching.py example
karel-rehor Apr 28, 2026
93a6e85
docs: remove refactoring notes section from README.md
karel-rehor Apr 28, 2026
8ef93c7
docs: proofread examples/README.md
karel-rehor Apr 28, 2026
9a7e664
chore: walk subdirs in examples/prep.py method.
karel-rehor Apr 28, 2026
cb9600d
chore: fix typos, misnamed vars, and similar
karel-rehor Apr 29, 2026
96dc60c
chore: fix f_string escape.
karel-rehor Apr 29, 2026
270d786
chore: protect prep.py with main() and minor fixes
karel-rehor Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
name: Checks style consistency across examples.
command: |
pip install flake8 --user
flake8 Examples/
flake8 examples/
check-twine:
docker:
- image: << pipeline.parameters.default-python-image >>
Expand Down
1 change: 0 additions & 1 deletion Examples/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions Examples/cloud_dedicated_query.py

This file was deleted.

48 changes: 0 additions & 48 deletions Examples/cloud_dedicated_write.py

This file was deleted.

103 changes: 0 additions & 103 deletions Examples/community/custom_url.py

This file was deleted.

12 changes: 0 additions & 12 deletions Examples/config.py

This file was deleted.

Loading
Loading