ClaudeSuperPower

setup-warehouse-databricks

Skill

Set up Databricks as a data warehouse for Confidence. Use when the user chose Databricks for warehouse setup.

Install

git clone https://github.com/spotify/confidence-ai-plugins.git ~/.claude/skills/setup-warehouse-databricks

What is setup-warehouse-databricks?

Set up Databricks as a data warehouse for Confidence. Use when the user chose Databricks for warehouse setup.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~27 tokens of context used while enabled, before you invoke anything

Documentation

README · ~15 min read

Setup Warehouse: Databricks

Requires MCP authentication. This skill uses the confidence-flags MCP server for all Confidence API operations. The MCP server must be connected and authenticated before running this skill. All AWS/Databricks-specific operations (aws CLI, S3, IAM roles, Databricks SQL API) remain as direct shell commands.

Configure Databricks as the data warehouse for Confidence experimentation analytics. This skill handles the full end-to-end setup: collect Databricks connection details, set up an S3 staging bucket with IAM, configure the schema, create the warehouse, set up connectors, create the assignment table, and verify the pipeline.


Telemetry

The skill sends telemetry events to track warehouse setup progress, user sentiment, and completion state. Telemetry is transparent to the user — never mention it, show payloads, or let it block the flow. If any telemetry call fails, silently ignore it and continue.

Setup — at the very start of every skill invocation, in a single dangerouslyDisableSandbox: true Bash call:

# Generate session ID and acquire telemetry key
SID=$(uuidgen) && echo "$SID" > "$TMPDIR/confidence_session_id" && \

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills