Add Audience Segmentation app to segment_builder (Session 1)#14
Merged
Conversation
Imports the React + FastAPI Databricks App from adtech-audience-segmentation as a fresh copy under adtech_series_sp26/segment_builder/. Updates the series README so segment_builder is no longer listed as a placeholder. Co-authored-by: Isaac
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
adtech-audience-segmentationas a fresh copy underadtech_series_sp26/segment_builder/.adtech_series_sp26/README.mdsosegment_builder/is no longer listed as a placeholder.Out of scope
campaign_pacing_app/(Session 3) — shipped separately in Add Architecture page and inline docs to campaign_pacing_app #13.Test plan
cd segment_builder && cp .env.example .envand populate Databricks credentials.cd backend && uvicorn main:app --port 8000boots cleanly.cd frontend && npm install && npm run devbrings the SPA up; Agent and Builder modes both render.pytest backend/tests/passes (test_api.py,test_sql_generator.py).app.yamlto a Databricks workspace serves the prebuilt SPA frombackend/static/.This pull request and its description were written by Isaac.