Skip to content

rust(feat): create the output parent directory in get_data and sql - #800

Merged
evan-sift merged 2 commits into
mainfrom
rust/get-data-output-dirs
Sep 22, 2026
Merged

evan-sift merged 2 commits into
mainfrom
rust/get-data-output-dirs

Conversation

@evan-sift

@evan-sift evan-sift commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator

Description

  • Create the parent directory of output in get_data and sql. A nested path failed the call with a bare No such file or directory (os error 2).
  • Tell get_data callers to probe one run, channel, or short window before the full query, run four calls or fewer in parallel, and split long ranges.

Verification

n/a

Both tools opened `output` without creating its parent, so a nested path
failed the call with a bare "No such file or directory".

Also tell get_data callers to probe one run, channel, or short window
before the full query, run four calls or fewer in parallel, and split
long ranges so one call cannot hit the client's request timeout.
@evan-sift
evan-sift force-pushed the rust/get-data-output-dirs branch from c23e2d2 to 63dfebe Compare September 22, 2026 19:58
Name the result keys that show a selector mistake before it repeats across every call.
@evan-sift
evan-sift marked this pull request as ready for review September 22, 2026 20:10
@evan-sift
evan-sift merged commit 5a7a620 into main Sep 22, 2026
22 checks passed
@evan-sift
evan-sift deleted the rust/get-data-output-dirs branch September 22, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants