Information about different Pokemon! You can install the dataset with Kaggle here.
- Download the pokemon code and load it into
dbt/seed - Run
docker compose build --no-cache airflow - Run
docker compose up postgres airflow pgadmin
If you are having issues with step 3, try running docker this way: docker compose run --rm airflow airflow db migrate
The postgres server should now be ready.
To check airflow outputs - view the 8080 localhost.
UN: admin
PW: admin
To view postgres - view the 5050 localhost.
UN: admin@admin.com
PW: admin
You can set up the airflow server with the following steps:
- Click 'add new credentials'
- Name the server (can be whatever)
- Go to connection tab -> host name is
postgres - Add port =
5432 - Username =
airflow - Password =
airflow
Save it and query the schema. Schema is called dbt_pokemon