You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wait until all docker containers are up and running
run add_airflow_connection.sh to add postgres connection to airflow
check docker container health by executing docker ps
If airflow-webserver is still unhealthy, wait and repeat from step 4
the wait time is usually around 7-15 minutes
visit localhost:8080 (the username and password are admin and admin respectively) to open Airflow Webserver UI
turn-on raw_to_clean_daily_12.00_PM and raw_to_clean_weekly_sunday_12.00_PM DAGs
If you get an error, the most likely cause is the database and schema is not defined properly. If airflow logs confirms that assumption, you can execute seed_postgres_ecommerce.sh and clear tasks (this should fix the issue)
wait until raw_to_clean_daily_12.00_PM DAG has ran successfully 791 times (this will can take several hours)
trigger marketing_RFM_views DAG manually
run airflow_down.sh to stop airflow containers.
run superset_up.sh to turn on Apache Superset container.
visit localhost:8088 (the username and password are admin and admin respectively) to open Apache Superset.
[Marketing] Recency, Frequency, Monetary Dashboard dashboard should be available in Dashboards tab.