dbt-labs/schemas.getdbt.com

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

开放

#81 创建于 2025年2月4日

 (0 条评论) (0 个反应) (0 位负责人)HTML (1 个派生)auto 404
enhancementgood first issuetech_debt

仓库指标

星标
 (4 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南