Skip to content

hachej/multi-engine-data-stack-sqlmesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

infra

Setup glue catalog

export AWS_PROFILE=<your-profile>
cd setup/glue
uv run setup.py

Run ingestion

export AWS_PROFILE=<your-profile>
cd scripts/
uv run generate_event_data.py

Setup SQLMesh

export AWS_PROFILE=<your-profile>
cd sqlmesh
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run SQLMesh

cd sqlmesh
sqlmesh plan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages