feat(cloud): lake root URI, pipeline Dockerfile, ingest-smoke (#94) - #104
Closed
JLaborda wants to merge 2 commits into
Closed
feat(cloud): lake root URI, pipeline Dockerfile, ingest-smoke (#94)#104JLaborda wants to merge 2 commits into
JLaborda wants to merge 2 commits into
Conversation
Define the Phase 2+ production QV funnel spec, extend CONTEXT.md with QV terminology, and clarify MF benchmark vs production paths.
Add configurable LAKE_ROOT_URI resolution shared across pipeline CLIs, a production pipeline Docker image, dev S3 ingest-smoke workflow via OIDC, and operator guide for Phase 2a cloud foundation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the Phase 2a cloud foundation tracer bullet (#94) plus the Quantitative Value feature spec (#86).
Cloud foundation (#94)
LAKE_ROOT_URIresolution — sharedlake_root.py+cli_lake.py; all ingest/scoring CLIs accept--lake-root-uriwith backward-compatible--data-dirDockerfile+make docker-build.github/workflows/ingest-smoke.yml(OIDC → dev S3; weekly cron + manual dispatch)docs/mvp/guides/cloud-foundation.mdQV spec (#86)
docs/mvp/features/quantitative-value.md— canonical QV funnel specCONTEXT.md— QV terminology; MF path marked benchmark-onlytests/test_quantitative_value_spec.py— spec structure smoke testTest plan
poetry run pytest tests/test_lake_root.py -q(12 passed)make lintmake test(241 passed)make docker-build(requires Docker daemon)dev+ AWS OIDC setup)Human prerequisite
Dev S3 bucket + OIDC provider must be provisioned before ingest-smoke can pass end-to-end. Steps documented in
docs/mvp/guides/cloud-foundation.md.Closes #94