Update testbricks.netlify.app copy for SparkProxy and Lakeflow - #26
Closed
engineeringmadness wants to merge 2 commits into
Closed
Update testbricks.netlify.app copy for SparkProxy and Lakeflow#26engineeringmadness wants to merge 2 commits into
engineeringmadness wants to merge 2 commits into
Conversation
Replace stale SparkMock examples with SparkProxy, configure()+dbutils.fs, LocalWorkflowRunner extra_globals, and current Python 3.10+ / JDK notes. Co-authored-by: gkaran184 <gkaran184@gmail.com>
Keep code examples current (SparkProxy) without listing APIs in marketing prose. Co-authored-by: gkaran184 <gkaran184@gmail.com>
engineeringmadness
marked this pull request as ready for review
September 7, 2026 06:13
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.
The live site at https://testbricks.netlify.app/ still documents
SparkMockin the example tabs.This PR does not deploy the marketing site (no write access to
engineeringmadness/testbricks-website). It adds paste-ready files:docs/website/App.tsx→ copy oversrc/App.tsxin the website repodocs/website/index.html→ copy overindex.htmldocs/website-landing-copy.md→ the same strings in reviewable formCopy is kept high-level on the hero and feature cards (no API laundry lists). Code tabs still show the current names:
SparkProxy,configure+dbutils, andLocalWorkflowRunnerwithextra_globals. Python fine print is 3.10+.