Use Airbyte to ingest data from SQLServer AdventureWorks database to PostgresSQL data_warehouse database. Remember to bring schema.table from source to data_warehouse database to match with dbt source ...
Project Overview The goal of this project was to explore AdventureWorks’ sales performance and profitability trends. We used SQL Server for data analysis and Metabase for visualization. The work ...
Books Online does have an example, but lo and behold it runs against the 2005 version of AdventureWorks. Since I was using SQL Server 2008, I had loaded AdventureWorks2008 which includes significant ...