Skip to content

Add DABs skills#40

Open
andersrexdb wants to merge 6 commits intomainfrom
update/skills-2026-03-27
Open

Add DABs skills#40
andersrexdb wants to merge 6 commits intomainfrom
update/skills-2026-03-27

Conversation

@andersrexdb
Copy link
Copy Markdown
Collaborator

@andersrexdb andersrexdb commented Mar 30, 2026

Summary

Adds a new declarative-automation-bundles skillset with references and removes declarative-automation-bundles.md.

Documentation safety checklist

  • Examples use least-privilege permissions (no unnecessary ALL PRIVILEGES, admin tokens, or broad scopes)
  • Elevated permissions are explicitly called out where required
  • Sensitive values are obfuscated (placeholder workspace IDs, URLs, no real tokens)
  • No insecure patterns introduced (e.g. disabled TLS verification, hardcoded credentials)

Copy link
Copy Markdown
Collaborator

@dustinvannoy-db dustinvannoy-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments to address, and we should merge the last group of changes.
We also may want to be more assertive about choosing a recent cluster version (17.3.*) and make sure it chooses a recent serverless client version (4 or 5).

@andersrexdb andersrexdb force-pushed the update/skills-2026-03-27 branch from a494b56 to ef0ad45 Compare April 2, 2026 08:51
Copy link
Copy Markdown
Collaborator

@dustinvannoy-db dustinvannoy-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but highlighted a few things to consider.

I haven't tested for the template cases and for using generate commands, which may not be covered well. I'm not sure if it's critical for this PR, so I'm ok with keeping it in mind for the future.

prod:
mode: production
workspace:
profile: prod-profile
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the prod target, do we want to use host, which is probably more common for production? I have switched guidance for dev targets to use profile since it helps agents find a workspace quickly, but I'm not sure if that was right for prod.
Example: host: https://prod-workspace.cloud.databricks.com

Comment on lines -114 to -127
### Using Templates

```bash
# Start initialization (interactive)
databricks bundle init --profile my-workspace
```

Available templates:
- **default-python** - Python project with jobs and pipeline
- **default-sql** - SQL project with jobs
- **default-scala** - Scala/Java project
- **lakeflow-pipelines** - Lakeflow Declarative Pipelines (Python or SQL)
- **dbt-sql** - dbt integration
- **default-minimal** - Minimal structure
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are templates included anywhere? If not, we could add this to basic SKILL.md. Most often I think LLM will generate a fresh, custom bundle for init though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants