DalgoT4D / dbt-automation

Scripts for dbt automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbt-automation

License: AGPL v3 Code coverage badge

Documentation can be found here

Setting up the test environment

  • Create a pytest.ini file and the test warehouse credentials.
  • Create a dbconnection.env and add the test warehouse credentials. The test warehouse credentials will be used to seed data
  • Seed the sample data by running python seeds/seed.py --warehouse <postgres or bigquery>
  • Run pytest pytest tests/ -c pytest.ini -s in your local virtual environment

About

Scripts for dbt automation

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%