kromerm / adflab

Azure Data Factory hands-on lab, self-paced. Learn how to lift & shift SSIS packages to the Cloud with ADF. Build new ETL pipelines in ADF, transform data at scale, load Azure Data Warehouse data marts. Also walks through operationalizing ADF pipelines with scheduling and monitoring modules.
http://aka.ms/adflab2
137 stars 129 forks source link

LabDeploy.ps1 Fails if files not unzipped #24

Open djburnham opened 5 years ago

djburnham commented 5 years ago

The deployment script fails because some of the files in github repo have not been unzipped and need to be.

To get it to work I Extracted .\adflab\Deployment\Files\input\FAAmaster\FAAmaster.txt From .\adflab\Deployment\Files\input\FAAmaster\FAAmaster.zip

and Extracted .\adflab\Deployment\Files\backups\AirlinePerformance-OLTP.bacpac From .\adflab\Deployment\Files\backups\AirlinePerformance-OLTP.zip

You really need to update the docs to reflect this if you can't store the files uncompressed in GH as it is an extra step the user needs to perform,.