Databricks / リリースノート / 2026/05/15 / 重要
Databricks 2026年5月15日のリリースノート解説: Genie Code 共有、Supervisor Agent、Lakeflow sinks GA
公式リリースノート
Databricks は May 2026 platform release notes に 2026年5月15日の更新を追加しました。Genie Code chat thread sharing、Agent Bricks Supervisor Agent の vector search index subagent tools 対応、Lakeflow Spark Declarative Pipelines sinks GA が含まれます。
要点
- Genie Code chat threads を users、groups、service principals と共有できるようになった
- 共有先は read-only access で chat thread を閲覧できる
- Agent Bricks Supervisor Agent に vector search indexes を subagent tools として追加できるようになった
- Lakeflow Spark Declarative Pipelines の
sinkAPI が GA になった - sinks は append flows で Delta tables、Apache Kafka topics、Azure Event Hubs、custom Python data sources などへ書き込むために使える
今回の更新で変わること
5月15日の Databricks 更新は、AI-assisted development、multi-agent workflow、data pipeline output の三つが並ぶ日です。まず、Genie Code chat threads の共有により、Genie Code との作業履歴を他の users、groups、service principals に read-only で共有できるようになりました。これは、AI が生成・修正した code や調査過程を、個人の chat に閉じ込めず、チームの review や引き継ぎに使いやすくする変更です。
Agent Bricks Supervisor Agent の更新では、vector search indexes を subagent tools として追加できるようになりました。Supervisor Agent は coordinated multi-agent system を作るための機能であり、そこに vector search index を tool として持たせられると、subagents が組織固有の文書、knowledge base、embedding index を参照しながら役割分担できます。agentic analytics や domain-specific assistant を作るチームには重要です。
Lakeflow Spark Declarative Pipelines の sink API GA は、pipeline の本番運用に関わります。append flows で transformed pipeline data を external targets に書き込める機能で、Delta tables、Apache Kafka topics、Azure Event Hubs、custom Python data sources などが例示されています。Public Preview ではなく GA になったことで、本番 pipeline design に入れやすくなります。
対象になりそうなユーザー・チーム
- Genie Code を Lakeflow / SQL / notebook 開発に使う data engineering team
- Agent Bricks と vector search を使う AI platform / data app team
- Lakeflow Spark Declarative Pipelines を external sink と組み合わせて運用する pipeline owner
Genie Code 共有の意味
AI coding や AI-assisted pipeline development では、最終 diff だけでなく、なぜその変更になったのか、どの質問をし、どの仮説を捨てたのかが重要です。chat thread sharing は、Genie Code の作業過程を reviewable artifact に近づけます。read-only access なので、監査や引き継ぎにも使いやすい更新です。
Lakeflow sinks GA の意味
sink API GA は、Declarative Pipelines を「Databricks 内で処理する」だけでなく、外部 target へ継続的に流す設計を強めます。Kafka、Event Hubs、custom Python data sources などへの出力は、streaming analytics、event-driven workflow、下流 system 連携に関係します。GA になったことで、preview 制約を理由に避けていたチームも検証しやすくなります。
今すぐ対応が必要か
Genie Code sharing は、AI-assisted development の review policy に関わるため、使うチームでは共有範囲と権限を確認してください。Lakeflow sinks は GA なので、本番候補にできますが、外部 target への retry、schema evolution、monitoring、failure handling は別途設計が必要です。
結局、この更新をどう見るべきか
5月15日の Databricks 更新は、AI agent と data pipeline を本番運用に近づけるものです。Genie Code の作業を共有し、Supervisor Agent に vector search を渡し、Lakeflow sinks を GA として使える。Databricks が agentic analytics と pipeline operations を同じ platform 上で結びつけていることが見えます。