dbt-labs/schemas.getdbt.com

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

Aperta

#81 aperta il 4 feb 2025

 (0 commenti) (0 reazioni) (0 assegnatari)HTML (1 fork)auto 404
enhancementgood first issuetech_debt

Metriche repository

Star
 (4 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor