Commit 8235b07
committed
fix: align TEMPLATE_SCAFFOLDING flag required to false; resync template
CI sync:template diff check caught two source/template drifts on 4ae1741:
1. lakebase manifest had been moved must -> should in the source, but the
committed template still carried the rule under must. Resyncing now that
sync:template is invoked as part of pnpm build.
2. TEMPLATE_SCAFFOLDING declared --template-dir and --config-dir as
required: true, but the committed template had them as required: false
(per MarioCadenas on PR #261 #6 — these flags aren't actually required
by databricks apps init). Flipping the source constant to match; resync
now produces consistent output.
After this commit, source and template are in lockstep; CI sync:template
diff check should pass.
Co-authored-by: Isaac
Signed-off-by: Atila Fassina <atila@fassina.eu>1 parent 4ae1741 commit 8235b07
2 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
| 1053 | + | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | | - | |
| 1057 | + | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments