惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
腾讯CDC
J
Java Code Geeks
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
雷峰网
雷峰网
B
Blog RSS Feed
博客园_首页
量子位
F
Fortinet All Blogs
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Databricks — DecisionBox | DecisionBox
seltug · 2026-05-22 · via Hacker News: Show HN

Integrations · Databricks

Point it at Databricks.
Walk away with insights.

DecisionBox connects to your Databricks workspace in a few minutes — no schema migration, no pipeline to build. The agent reads your Unity Catalog tables in place, runs read-only queries on the SQL warehouse you choose, and surfaces validated insights from what is already in your lakehouse.

DecisionBoxagentDatabricksyour workspaceCatalogmainSQL warehouseanalytics_whmain.analyticsRead-only query

Easy and low-effort to integrate

Three things to know on day one.

Read-only, scoped by Unity Catalog

The agent connects with a Databricks principal you choose — typically a service principal with USE CATALOG, USE SCHEMA, and SELECT on the tables you want it to see. Unity Catalog's permission model is the access boundary; the agent cannot reach anything the principal has not been granted.

Runs on the SQL warehouse you choose

Pick the SQL warehouse in the project config via its HTTP Path. The agent runs all of its queries on that warehouse — the type (Serverless, Pro, or Classic), the size, and the Auto Stop you have already set are the cost control. No new compute, no second cluster to manage.

Reads your schemas in place

No tables to refactor, no data pipeline to stand up, no warehouse-side changes. Point DecisionBox at a catalog and a schema, and the agent picks up your tables on its first run — and re-checks them on every run after. Metadata is read from information_schema, not from full table scans.

No surprise bills

You pick the SQL warehouse. You keep the cost controls you already trust.

Databricks bills SQL warehouses by DBU on the rate of whichever warehouse runs the query. Because the DecisionBox agent runs on the warehouse you point it at — Serverless, Pro, or Classic, whichever size, whatever Auto Stop you've set — every guardrail you have already configured for your dashboards and dbt jobs applies to the agent the same way.

SQL warehouseanalytics_wh

TypeServerless

Auto Stop10 minutes

Catalogmain

Want a separate line item for DecisionBox runs? Create a dedicated SQL warehouse for the agent, set its Auto Stop and size, and put its HTTP Path in the project config. The agent never sees other compute.

Authentication

Two ways in. Both are Databricks-native.

Pick the one that matches how the rest of your Databricks automation already works. Both options end at the same catalog, schema, and SQL warehouse you configured — what changes is how the agent proves it is who it claims to be.

Quick start

Personal Access Token

Paste a Databricks personal access token in the project config. Stored encrypted, never written to logs. Good for a first run, a proof of concept, or a developer-only project.

Recommended for production

OAuth M2M (Service Principal)

Create a Databricks service principal and an OAuth secret. Paste client_id:client_secret in the project config. DecisionBox uses the OAuth machine-to-machine flow Databricks recommends for any automation that should not depend on a human user's token.

Both options end at the same Unity Catalog grants you configured — USE CATALOG, USE SCHEMA, and SELECT on the tables you opted in, plus CAN USE on the SQL warehouse, and nothing more. If your security team has already approved how the rest of your stack talks to Databricks, they have already approved DecisionBox.

Open and portable

Open source, and not Databricks-only.

Open source, AGPL v3

Every line of the Databricks integration — the PAT and OAuth M2M auth flow, the Unity Catalog metadata reads, the SQL the agent writes — is in the public repo. Anyone can read and audit it before turning it on.

View the Databricks provider on GitHub

Not locked to Databricks

BigQueryRedshiftSnowflakeDatabricksPostgresMSSQL

The same agent runs against any of them. If your warehouse moves, your DecisionBox install moves with it.

Keep reading

Try it on your Databricks, in two minutes.

Clone the repo, run docker compose up, and point it at a Databricks workspace, SQL warehouse, and read-only service principal. Unity Catalog grants are all the agent ever needs.