Add "About compute" (BYOC) operator doc [STORM-3018]#851
Draft
kris-preza wants to merge 9 commits into
Draft
Conversation
Add a new operator-guide page documenting Bring Your Own Compute (BYOC) for Databricks and Snowflake, mirroring the structure and level of detail of the existing storage (BYOS) page. Covers what BYOC is and what runs where, account prerequisites, ANSI mode, the provisioning wizard and re-sync flows, debugging, a shared-responsibility security model, and a manual setup appendix listing the underlying Unity Catalog / Snowflake objects, SQL, and grants. Wires the page into the "Build your tenant" grid. [STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Align workload scope, prerequisites, and shared-responsibility model with the Lakehouse Native BYOC FAQ: add subnet/IP capacity prerequisite and debugging note, strengthen region-alignment guidance, clarify the controlled connection model, refine what runs on customer compute vs. Amperity compute (activation, Bridge/ingest, real-time stay on Amperity), note one primary lakehouse per tenant and all-or-nothing enablement. [STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ly naming Verified manual-setup resource names against compute-gateway provisioning code (databricks_provision_common.clj, workspace.clj). Catalog is amperity_<tenant-family> (no stack suffix); all credential, location, catalog, schema, volume names and grants match. Note that the names must be used exactly, and that <tenant> is the tenant family identifier. [STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Scope the doc to Databricks; Snowflake can be re-added when the private preview resumes. [STORM-3018] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Adds a new Operators Guide page, About compute (
amperity_operator/source/compute.rst), documenting Bring Your Own Compute (BYOC) for Databricks. It mirrors the structure and level of detail of the existing About storage (BYOS) page and is wired into the "Build your tenant" grid as "Choose compute".This is the source draft for STORM-3018 (public documentation), intended to be handed to docs for shaping into docs.amperity.com.
The page covers:
STORM-3018
Notes for reviewers