Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ describe("validate-manifest", () => {
// Pins the canonical content of TEMPLATE_SCAFFOLDING.rules so changes
// to the must/should/never strings are explicit and reviewed.
expect(TEMPLATE_SCAFFOLDING.rules.must).toEqual([
"Treat `databricks apps init` output as starter code, not requirements; adapt or replace it to match the requested app",
"Keep all secrets and credentials only in app.yaml, databricks.yml, and/or .env",
]);
expect(TEMPLATE_SCAFFOLDING.rules.should).toEqual([
Expand Down
1 change: 1 addition & 0 deletions packages/shared/src/schemas/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ export const TEMPLATE_SCAFFOLDING = {
},
rules: {
must: [
"Treat `databricks apps init` output as starter code, not requirements; adapt or replace it to match the requested app",
"Keep all secrets and credentials only in app.yaml, databricks.yml, and/or .env",
],
should: ["ask user when in doubt of resource to use for plugin"],
Expand Down
1 change: 1 addition & 0 deletions template/appkit.plugins.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading