Disable session config of `allow_bare_ddl`
Open
compiler
- Dominant language
- Python
- Stars
- 14.2k
- Forks
- 450
- PR merge metrics
- No merged PRs in 30d
Description
We currently have a way to mark config fields as only being INSTANCE config, but no way to mark them as INSTANCE-or-DATABASE. Add one, and use it for `allow_bare_ddl`.
Actually `allow_bare_ddl` should maybe even be database-only.
That's less clear, but the tools set it per-database, and users have in the past been confused when trying to override that with an instance config.
Contributor guide
Assessment
This issue has not been assessed yet.