About | Features | Technologies | Requirements | Starting | Author
This is a tool to generate Elementary tests for data sources. Input of the tool is a Snowflake table description and output of the tool is a series of Elementary schema, freshness and volume anomaly tests.
✔️ Saves time on adding Elementary tests for Snowflake tables;\
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/leilafi/dbt-tools
# Access
$ cd dbt-tools
# Install dependencies
$ npm i
Create a table.sql under DBT-TOOLS
Copy the description of the table which you want to generate tests for from Snowflake to table.sql
# Generate tests
$ node schema-test-generator.js
Made with ❤️ by Leila Firouz