Skip to content

Commit cecf9b5

Browse files
authored
cleanup(data)!: remove the run_query.py script (#126)
We used to use this script to generate data but now we don't need this anymore and we can get rid of it. BREAKING CHANGE: remove ./data/run_query.py script.
1 parent 1d6efc4 commit cecf9b5

File tree

3 files changed

+1
-62
lines changed

3 files changed

+1
-62
lines changed

data/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ and local cache artifacts produced during generation.
99
under `./cache/v1/` for local use.
1010
- `pipeline.yaml`: Matrix configuration (dates and granularities) used by the
1111
data generation script.
12-
- `run_query.py`: Legacy single-query helper (kept for now, but not the
13-
preferred workflow).
1412
- `ghcache.py`: Helper for publishing cache files to GitHub releases.
1513
- `state/ghremote/manifest.json`: Release manifest used by the GitHub remote
1614
cache implementation.

data/run_query.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

library/src/iqb/pipeline/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
# Alternative quick implementation:
7878
# - Use environment variable: IQB_SAMPLE_PERCENT (default: 100)
7979
# - No code changes to queries
80-
# - Usage: IQB_SAMPLE_PERCENT=25 python run_query.py ...
80+
# - Example: IQB_SAMPLE_PERCENT=25 uv run python data/generate_data.py ...
8181
#
8282
# Decision: Not implementing now (YAGNI - add when actually needed)
8383

0 commit comments

Comments
 (0)