├── Chapter01 ├── ADF_Python_Run.ipynb ├── SalesOrders.txt └── readmy.md ├── Chapter02 └── sql-scripts │ ├── CreateActivityLogsTable.sql │ ├── CreateAirlineTable.sql │ ├── CreateCountryTable.sql │ ├── CreateEmailRecipientsTable.sql │ └── CreateMetadataTable.sql ├── Chapter03 ├── Chapter3-Create table Countries Airlines.sql ├── Chapter3-Create table Planes.sql ├── Chapter3-Create table Routes.sql ├── Chapter3-Create user.sql ├── Chapter3-Loading data to Countres Airlines.sql ├── Chapter3-Loading data to Routes.sql ├── Chapter3-Show loading status.sql ├── Chapter3-Using SQL on-demand.sql └── readme.md ├── Chapter05 ├── query.hql └── simple_als.ipynb ├── Chapter07 ├── python │ └── upload_2_dropbox.py ├── sql-scripts │ ├── CreateCommonCrawlPartitionsTable.sql │ └── CreateGithubRepoTable.sql └── templates │ └── BatchServiceSqlPoolDSVM │ └── BatchServiceSqlPoolDSVM.json ├── Chapter10 ├── ADF-template.json ├── pipeline_debugging.zip └── pipeline_rerunning.zip ├── LICENSE ├── Readme.md └── data ├── airlines.csv ├── countries.csv ├── planes.csv └── routes.csv /Chapter01/ADF_Python_Run.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter01/ADF_Python_Run.ipynb -------------------------------------------------------------------------------- /Chapter01/SalesOrders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter01/SalesOrders.txt -------------------------------------------------------------------------------- /Chapter01/readmy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter01/readmy.md -------------------------------------------------------------------------------- /Chapter02/sql-scripts/CreateActivityLogsTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter02/sql-scripts/CreateActivityLogsTable.sql -------------------------------------------------------------------------------- /Chapter02/sql-scripts/CreateAirlineTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter02/sql-scripts/CreateAirlineTable.sql -------------------------------------------------------------------------------- /Chapter02/sql-scripts/CreateCountryTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter02/sql-scripts/CreateCountryTable.sql -------------------------------------------------------------------------------- /Chapter02/sql-scripts/CreateEmailRecipientsTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter02/sql-scripts/CreateEmailRecipientsTable.sql -------------------------------------------------------------------------------- /Chapter02/sql-scripts/CreateMetadataTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter02/sql-scripts/CreateMetadataTable.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Create table Countries Airlines.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Create table Countries Airlines.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Create table Planes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Create table Planes.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Create table Routes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Create table Routes.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Create user.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Create user.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Loading data to Countres Airlines.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Loading data to Countres Airlines.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Loading data to Routes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Loading data to Routes.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Show loading status.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Show loading status.sql -------------------------------------------------------------------------------- /Chapter03/Chapter3-Using SQL on-demand.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter03/Chapter3-Using SQL on-demand.sql -------------------------------------------------------------------------------- /Chapter03/readme.md: -------------------------------------------------------------------------------- 1 | There are SQL scripts for Chapter3 2 | -------------------------------------------------------------------------------- /Chapter05/query.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter05/query.hql -------------------------------------------------------------------------------- /Chapter05/simple_als.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter05/simple_als.ipynb -------------------------------------------------------------------------------- /Chapter07/python/upload_2_dropbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter07/python/upload_2_dropbox.py -------------------------------------------------------------------------------- /Chapter07/sql-scripts/CreateCommonCrawlPartitionsTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter07/sql-scripts/CreateCommonCrawlPartitionsTable.sql -------------------------------------------------------------------------------- /Chapter07/sql-scripts/CreateGithubRepoTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter07/sql-scripts/CreateGithubRepoTable.sql -------------------------------------------------------------------------------- /Chapter07/templates/BatchServiceSqlPoolDSVM/BatchServiceSqlPoolDSVM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter07/templates/BatchServiceSqlPoolDSVM/BatchServiceSqlPoolDSVM.json -------------------------------------------------------------------------------- /Chapter10/ADF-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter10/ADF-template.json -------------------------------------------------------------------------------- /Chapter10/pipeline_debugging.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter10/pipeline_debugging.zip -------------------------------------------------------------------------------- /Chapter10/pipeline_rerunning.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Chapter10/pipeline_rerunning.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/Readme.md -------------------------------------------------------------------------------- /data/airlines.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/data/airlines.csv -------------------------------------------------------------------------------- /data/countries.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/data/countries.csv -------------------------------------------------------------------------------- /data/planes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/data/planes.csv -------------------------------------------------------------------------------- /data/routes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Factory-Cookbook/HEAD/data/routes.csv --------------------------------------------------------------------------------