This project is POC to combine dbt with SQLMesh to create a multi project dbt setup.
- Clone the repo
- Install with peotry:
pip install -r requirements.txt
- Copy .env.sample to .env:
cp .env.sample .env
- Update the .env file with your configuration
- Export the .env file:
export $(cat .env | xargs)
- Run SQLMesh:
sqlmesh plan