📦databricks-dabs
- プラグイン
- databricks
- ソース
- GitHub で見る ↗
説明
宣言型オートメーションバンドル(DABs、旧称: Databricks Asset Bundles)の作成・設定・検証・デプロイ・実行・管理を行います。 次のような場合に使用: ダッシュボード、ジョブ、パイプライン、アラート、ボリューム、アプリなど、DABs を通じて Databricks リソースを操作する場合。
原文を表示
Create, configure, validate, deploy, run, and manage Declarative Automation Bundles (DABs, formerly Databricks Asset Bundles). Use when working with Databricks resources via DABs including dashboards, jobs, pipelines, alerts, volumes, and apps.
ユースケース
- ✓DABsを通じてDatabricksリソースを操作するとき
- ✓ダッシュボードやジョブを作成・管理するとき
- ✓パイプラインやアラートの設定・デプロイをするとき
- ✓ボリュームやアプリなどのリソース検証をするとき
本文(日本語訳)
Declarative Automation Bundles (DABs)
DABs を使用したDatabricksリソースの作成・設定・検証・デプロイ・実行・管理など、 bundle に関するあらゆるリクエストにこのスキルを使用してください。
リファレンスドキュメント
以下のリファレンスファイルは、bundleの各タスクに関する詳細なガイダンスを提供します。
- Bundle Structure - Bundleの構造、databricks.yml の設定、リソース定義、パス解決、変数、マルチ環境ターゲット
- SDP Pipelines - DABs 向け Spark Declarative Pipeline の設定
- SQL Alerts - SQL Alert のスキーマおよび設定(重要 - API が他のリソースと異なります)
- Deploy and Run - バリデーション、デプロイ、リソースの実行、ログの監視、一般的な問題のトラブルシューティング
- Resource Permissions - Bundleリソースのパーミッションレベルとアクセス制御、リソースタイプ別のレベル、grants と permissions の違い
このスキルを使用する場面
次のような場合に使用: 以下に関するあらゆるリクエスト
- 新しい bundle プロジェクトまたはリソースの作成
- databricks.yml やリソース YAML ファイルの設定
- マルチ環境デプロイ(dev/prod ターゲット)のセットアップ
- Bundle リソースのデプロイまたは実行
- Bundle リソースのパーミッション管理
- Bundle のバリデーションやデプロイエラーのトラブルシューティング
- 特定のリソースタイプの操作(ダッシュボード、ジョブ、パイプライン、アラート、ボリューム、アプリ)
一般ガイドライン
- 設定変更後は必ずバリデーションを実行する - 変更のたびに
bundle validate --strict --target <target>を使用すること - リファレンスドキュメントを活用する - 詳細なパターンや例については、適切なリファレンスファイルを参照すること
- 命名規則に従う - リソースファイルは
<name>.<resource_type>.yml形式を使用すること - パス解決は重要である - パスはファイルの配置場所によって異なります(Bundle Structure リファレンスを参照)
- 既存の構造を保持する - YAML ファイルを編集する際は、ユーザーのコメントや構造を維持すること
- 変数を活用する - マルチ環境対応のために、catalog・schema・warehouse をパラメータ化すること
ドキュメント
- Declarative Automation Bundles
- Bundle Examples Repository - 公式のエンドツーエンドサンプル bundle(ジョブ、パイプライン、ダッシュボード、アプリなど)。上記リファレンスファイルでカバーされていないパターンの実例として参照してください。
原文(English)を表示
Declarative Automation Bundles (DABs)
Use this skill for any bundle-related request including creating, configuring, validating, deploying, running, and managing Databricks resources through DABs.
Reference Documentation
The following reference files provide detailed guidance for specific bundle tasks:
- Bundle Structure - Bundle structure, databricks.yml configuration, resource definitions, path resolution, variables, and multi-environment targets
- SDP Pipelines - Spark Declarative Pipeline configurations for DABs
- SQL Alerts - SQL Alert schemas and configuration (critical - API differs from other resources)
- Deploy and Run - Validation, deployment, running resources, monitoring logs, and troubleshooting common issues
- Resource Permissions - Permission levels and access control for bundle resources, per-resource-type levels, grants vs permissions
When to Use This Skill
Load this skill for any request involving:
- Creating new bundle projects or resources
- Configuring databricks.yml or resource YAML files
- Setting up multi-environment deployments (dev/prod targets)
- Deploying or running bundle resources
- Managing permissions for bundle resources
- Troubleshooting bundle validation or deployment errors
- Working with specific resource types (dashboards, jobs, pipelines, alerts, volumes, apps)
General Guidelines
- Always validate after configuration changes - Use
bundle validate --strict --target <target>after any change - Use reference documentation - Consult the appropriate reference file for detailed patterns and examples
- Follow naming conventions - Resource files should use
<name>.<resource_type>.ymlformat - Path resolution is critical - Paths differ based on file location (see Bundle Structure reference)
- Preserve existing structure - Keep user comments and structure when editing YAML files
- Use variables - Parameterize catalog, schema, and warehouse for multi-environment support
Documentation
- Declarative Automation Bundles
- Bundle Examples Repository - official end-to-end example bundles (jobs, pipelines, dashboards, apps, and more); use as working references for patterns not covered by the reference files above
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。