dbt-labs/schemas.getdbt.com

Ensure newline characters a then end of `.json` files are removed

オープン

#81 opened on 2025/02/04

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (1 件のフォーク)auto 404
enhancementgood first issuetech_debt

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

In dbt-core we have a pre-commit hook which removes newline characters at the end of json files. We don't have that in schemas.getdbt.com. This sometimes means that a newline character exists in schemas.getdbt.com's version of jsonschema files, while core's never do. This causes a problem because in core we do a strict artifact comparison check to make sure things match. To resolve this, we should start enforcing the removal of newline characters in this repository.

コントリビューターガイド