DFSG NEW Queue

DFSG, Licensing & New Packages Team

sqlfmt 0.29.0-1

Package Information

Descriptionformating of dbt SQL files

sqlfmt formats your dbt SQL files so you don't have to. It is similar in nature to black, gofmt, and rustfmt (but for SQL):

* sqlfmt promotes collaboration. An auto-formatter makes it easier to collaborate with your team and solicit contributions from new people. You will never have to mention (or argue about) code style in code reviews again. * sqlfmt is fast. Forget about formatting your code, and spend your time on business logic instead. sqlfmt processes hundreds of files per second and only operates on files that have changed since the last run. * sqlfmt works with Jinja. It formats the code that users look at, and therefore doesn't need to know anything about what happens after the templates are rendered. * sqlfmt integrates with your workflow. As a CLI written in Python, it's easy to install locally on any OS and run in CI. Plays well with dbt, pre-commit, SQLFluff, VSCode, and GitHub Actions. sqlfmt powers the dbt Cloud IDE's Format button.

MaintainerDaniel Baumann <daniel@debian.org>
Changed ByDaniel Baumann <daniel@debian.org>
Sponsormail@daniel-baumann.ch
Distributionsid
Architectureall
VCSgit: https://forgejo.debian.net/harlequin/sqlfmt (browse)
Closes#1131821
Trackerhttps://tracker.debian.org/pkg/sqlfmt
Uploaded3 hours ago

New Package Report

.changes
DateWed, 25 Mar 2026 08:38:28 +0100
Sourcesqlfmt
Version0.29.0-1
Changed-ByDaniel Baumann
Architecturesource all
Distributionsid
Changelog
sqlfmt (0.29.0-1) sid; urgency=medium
 .
   * Initial upload to sid, needed for harlequin (Closes: #1131821).
.dsc
Sectionpython
Priorityoptional
Componentmain
Package-Listpython3-sqlfmt deb python optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sqlfmt
Upstream-Contact: https://github.com/tconbeer/sqlfmt/issues
Source: https://github.com/tconbeer/sqlfmt/tags

Files: *
Copyright: 2023-2025 Ted Conbeer
License: Apache-2.0

Files: debian/*
Copyright: 2025 Daniel Baumann <daniel@debian.org>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 The complete text of the Apache-2.0 License
 can be found in /usr/share/common-licenses/Apache-2.0 file.

Back to Dashboard | View all reviews for this package