[1/4] Scaffold data-ingest service #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/1-data-ingest-scaffold"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Size
251 added lines, including the generated 141-line
uv.lock.Verification
uv run ruff format --check .uv run ruff check .uv run pyrightuv run pytest(1 passed)docker build .Stack 1 of 4. Merge this PR first.
@ -0,0 +1,33 @@FROM python:3.13.9-slim-bookworm AS builderI feel we dont need builder runtime image stages here. Dont need this optimkzation
@ -0,0 +1,50 @@import argparseLets keep this service empty first, only a print hello world
cd16b8c361to2021dae2d1Addressed both review comments in
2021dae2d127:services/data-ingest/Dockerfileto a single stage.Verification passed: Ruff format/check, Pyright, pytest (1 test), and Docker build. The stacked branches have been rebased and repushed.