Skills: use native app resource and native postgres workflow#199
Open
dhruv0811 wants to merge 1 commit intodatabricks:mainfrom
Open
Skills: use native app resource and native postgres workflow#199dhruv0811 wants to merge 1 commit intodatabricks:mainfrom
dhruv0811 wants to merge 1 commit intodatabricks:mainfrom
Conversation
Databricks CLI v0.298.0 ships native support for app-to-app bundle
resources, and v0.295.0+ has native autoscaling postgres. Replace the
manual `databricks apps update-permissions` workaround and the
post-deploy API PATCH workflow with declarative YAML in
databricks.yml.
- add-tools-{langgraph,openai}: new app.yaml example + native snippet
in SKILL.md and custom-mcp-server.md
- deploy: drop post-deploy postgres API PATCH section; only the
table-level permission grant remains
- agent-openai-agents-sdk-multiagent: replace 17-line workaround
comment with a 4-line native app resource block
- Sync skills across all templates
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Databricks CLI v0.298.0 ships native support for app-to-app bundle resources, and v0.295.0+ has native autoscaling postgres. Replace the manual workarounds in our skills/templates with the declarative YAML approach.
add-tools-{langgraph,openai}: newapp.yamlexample + native snippet inSKILL.mdandcustom-mcp-server.mddeploy/SKILL.md: drop post-deploy postgres API PATCH section; only the table-level permission grant remainsagent-openai-agents-sdk-multiagent/databricks.yml: replace 17-line workaround comment with a 4-line nativeappresource blockBefore (app-to-app workaround)
After (native bundle resource)