Skip to content

jrivers-iclass/dbt-demo-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker compose up -d

We use Airflow to schedule the DAG to run hourly. Airflow is running on port 8080. Default username and password is admin.

Activate the mysql_to_postgres_dag in the Airflow UI to run the DAG.

Postgres database is running on port 5432. The database name is analytics. The public schema is used for the demo project. To login to the Postgres database, use the following command: psql -h localhost -U dbtuser -d analytics

DBT models are in the demo_project directory under the models folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published