これは dbt での開発時(Pull Request 作成時)に SQL の Lint を行う GitHub Actions を構築するためのサンプルです。 SQL の Lint には sqlfluff を採用しています。 システムの構築図は以下のようになります ...
SQLFluff is a popular SQL linter and formatter for SQL code. This repository provides a set of custom rules designed to enforce safe SQL practices and prevent dangerous or breaking changes in your ...