Conversation
dustinvannoy-db
left a comment
There was a problem hiding this comment.
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).
a494b56 to
ef0ad45
Compare
dustinvannoy-db
left a comment
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
| ### 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 |
There was a problem hiding this comment.
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.
Summary
Adds a new declarative-automation-bundles skillset with references and removes declarative-automation-bundles.md.
Documentation safety checklist
ALL PRIVILEGES, admin tokens, or broad scopes)