Tag: Medallion

  • How to Create Metabase Dashboards Using dbt Gold-Layer Tables and the dbt analyses Folder

    How to Create Metabase Dashboards Using dbt Gold-Layer Tables and the dbt analyses Folder

    This is the final step of our dbt project: displaying our data in a dashboard so that managers and directors can use it to make informed decisions. This dashboard contains four reports, and we will show how to create each one in Metabase: First, we need to connect Metabase to the database used in our…

  • Silver model part I

    Silver model part I

    We will continue our example, we will analyze the data of the files , clean and transform the data from bronze schema. we will analyze the tables staff, staff_schedule and services_weekly. staff we will select the role unique values from staff table : we will select the service unique values from staff table : staff_schedule…