├── AzureSQLDB.ps1 ├── Chapter04 ├── Azure-SSIS │ ├── CopyFiles.ispac │ ├── Data │ │ ├── Ignore │ │ ├── orders1.txt │ │ ├── orders11.csv │ │ ├── orders2.txt │ │ ├── orders3.txt │ │ ├── orders4.txt │ │ ├── orders5.txt │ │ ├── orders6.txt │ │ └── orders7.txt │ ├── ImportIntoAzureSQLDB │ │ ├── Data │ │ │ ├── ignore │ │ │ └── orders1.txt │ │ ├── ImportIntoAzureSQLDB.dtsConfig │ │ └── ImportIntoAzureSQLDB.dtsx │ └── UploadDatatoAzureStorage.ps1 ├── C4-CreateAzureDataFactory.ps1 ├── C4-CreateAzureDataFactory_SharedIR.ps1 ├── C4-CreateSQLDB.ps1 ├── ignore └── orderdtls.csv ├── Chapter06 ├── Scripts │ ├── C6-01createSecondary.ps1 │ ├── C6-02Failover.ps1 │ ├── C6-03GetReplicationStatus.ps1 │ ├── C6-04RemoveReplication.ps1 │ ├── C6-05CreateAutoFailoverGroup.ps1 │ ├── C6-06AddExistingDBtoAutoFailoverGroup.ps1 │ ├── C6-07GetAutoFailoverGroupStatus.ps1 │ ├── C6-08AutoFailoverGroupFailover.ps1 │ ├── C6-09RemoveAutoFailoverGroup.ps1 │ ├── C6-10ContinousWorkloadSecondary.SQL │ ├── C6-11CreateAutomationAccount-Runbook-Credentials.ps1 │ ├── C6-12CreateWebhook.ps1 │ ├── C6-13ScaleDatabaseRunbook.ps1 │ ├── C6-14CreateAlertGrpnAlertReceiver.ps1 │ ├── C6-15CreateAlertConditionAlertTrigger.ps1 │ ├── C6-16FirewallforSQL.ps1 │ ├── C6-17HighCPUQuery.sql │ ├── C6-18CreateSQLDB.ps1 │ ├── C6-19ExecuteWorkload.cmd │ ├── C6-20CreateInsights.ps1 │ ├── C6-21DeleteSQLforAudit.SQL │ ├── C6-22KustoScripttoReadAudit.SQL │ └── ignore └── workload.sql ├── Chapter2 ├── BigFile.csv └── c2r7_securing_using_SAS_Powershel.ps1 ├── Chapter3 ├── c3_createSQLDatabase.ps1 ├── c3_create_storage_account_container.ps1 ├── c3_download_backup.ps1 ├── c3_precopyscript.txt ├── c3_restoredb.sql ├── ignore ├── orderdtls-20211118.csv ├── orderdtls-20211119.csv ├── orderdtls-20211120.csv ├── orderdtls-20211121.csv └── orderdtls-Trigger.csv ├── LICENSE ├── README.md ├── chapter05 ├── c5-elasticpool.ps1 ├── c5-provisionSQLDB.ps1 ├── c5-wakeupdb-powershellscript-runbook.ps1 └── connecttoSQL.cmd ├── chapter07 ├── Delta_PowerBI.dbc ├── SampleJob.dbc ├── covid-data.csv └── scripts │ ├── Covid-DeltaTables-Commands.txt │ ├── mountstorage.text │ └── process_data_notebook_commands.txt ├── chapter08 ├── TransDtls-2022-03-20.csv └── scripts │ ├── 01_Create_Serverless_View.SQL │ ├── 02_Query_ServerlessView_List_Counteries.SQL │ ├── 03_process_data_using_sparkpool_commands.txt │ └── 04_Incremental_Data_Load_Notebook_Commands.txt ├── chapter1 ├── c1r2_provisioning_azure_account.ps1 ├── c1r3_uploading_files_to_datalake.ps1 └── c1r4_managing_blobs_using_powershell.ps1 ├── chapter10 ├── Create_External_Table.sql ├── dummy ├── scripts │ ├── 01_Create_Regular_Table.SQL │ ├── 02_Copy_into_CSV.SQL │ ├── 03_Copy_Into_Parquet.SQL │ ├── 04_Create_Table_Hash_Distribution.SQL │ ├── 05_Convert_Hash_Distribution_to_Replication.SQL │ ├── 06_Create_Statistics.SQL │ ├── 07_Drop_ReCreate_Statistics.SQL │ ├── 08_Create_Partitioned_Table.SQL │ ├── 09_Create_Empty_SinglePartitioned_Table.SQL │ ├── 10_Move_Partition_1_data.SQL │ ├── 11_Merge_Partitions.SQL │ ├── 12_Scaleup_DWH.SQL │ ├── 13_Create_App_User_Run_Select_Query.SQL │ ├── 14_Get_Query_Resource_Allocation.SQL │ ├── 15_Create_Workload_Classifer.SQL │ ├── 16_Create_Custom_Workload_Group_Classifier.SQL │ └── 17_Execute_Query_as_AppUser.SQL ├── table_partition_boundary.sql ├── transaction-tbl.csv ├── transaction-tbl.parquet └── update_statistics_regular_table.sql ├── chapter11 ├── Clustered_Index_Health_Check.sql ├── DedicatedSQLPool.workbook ├── SQLPool_Queries.sql ├── SparkPool.workbook ├── Table-Skew.sql ├── cpu_usage.txt ├── long_running_sql_by_duration.txt ├── scripts │ ├── 01_longest_10_active_queries_by_duration.KQL │ ├── 02_top_10_cpu_consuming_spark_notebooks.KQL │ ├── 03_Create_Skewed_Table.SQL │ └── dummy ├── shuffle_operation.txt ├── spark_loganalytics_conf.txt ├── sparkpool_notebook1.ipynb └── sparkpool_notebook2.ipynb ├── chapter12 ├── Create_Delta_Table.ipynb ├── Optimize_Delta_Queries.ipynb ├── Optimize_Delta_Queries_Zorder_Partition.ipynb ├── Replication_Cache_Rebuild.sql ├── dummy └── scripts │ ├── c12-01-Scaleup.SQL │ ├── c12-02-createHashTable.SQL │ ├── c12-03-queryplan-shuffle-operation.sql │ ├── c12-04-add-hash-distribution-tid.SQL │ ├── c12-05-scaledown.sql │ ├── c12-06-createReplicatedTable.SQL │ ├── c12-07-ReplicationCacheState.SQL │ ├── c12-08-ReplicatedTable-QueryPlan.SQL │ ├── c12-09-ResultSetCache-QueryPlan.SQL │ ├── c12-10-turnon-resultsetcaching.SQL │ ├── c12-11-Runbook-SynapseBackupnRestorePoint.ps1 │ ├── c12-12-AutoPauseSynapseSQLPool.ps1 │ ├── c12-13-Vacuum-Optimize-All-DeltaTables.SQL │ └── dummy ├── chapter13 ├── SynapsePipeline.workbook ├── SynapsePipeline.zip ├── dummy.txt └── scripts │ ├── c13-01-traceSQLqueriesFromPipelines.KQL │ ├── c13-02-storedprocwithlabel.SQL │ ├── c13-03-GrantPermissiontoPurview.ps1 │ ├── c13-04-datareader_permission_purview.sql │ ├── c13-05-ApplyAzureTags.ps1 │ └── dummy └── chapter9 ├── empty ├── transaction_table-2022-04-10.csv ├── transaction_table-20220410.csv ├── transaction_table-t1.zip └── transaction_table-t2.zip /AzureSQLDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/AzureSQLDB.ps1 -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/CopyFiles.ispac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/CopyFiles.ispac -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/Ignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders1.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders11.csv -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders2.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders3.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders4.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders5.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders6.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/Data/orders7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/Data/orders7.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/Data/ignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/Data/orders1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/Data/orders1.txt -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/ImportIntoAzureSQLDB.dtsConfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/ImportIntoAzureSQLDB.dtsConfig -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/ImportIntoAzureSQLDB.dtsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/ImportIntoAzureSQLDB/ImportIntoAzureSQLDB.dtsx -------------------------------------------------------------------------------- /Chapter04/Azure-SSIS/UploadDatatoAzureStorage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/Azure-SSIS/UploadDatatoAzureStorage.ps1 -------------------------------------------------------------------------------- /Chapter04/C4-CreateAzureDataFactory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/C4-CreateAzureDataFactory.ps1 -------------------------------------------------------------------------------- /Chapter04/C4-CreateAzureDataFactory_SharedIR.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/C4-CreateAzureDataFactory_SharedIR.ps1 -------------------------------------------------------------------------------- /Chapter04/C4-CreateSQLDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/C4-CreateSQLDB.ps1 -------------------------------------------------------------------------------- /Chapter04/ignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter04/orderdtls.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter04/orderdtls.csv -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-01createSecondary.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-01createSecondary.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-02Failover.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-02Failover.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-03GetReplicationStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-03GetReplicationStatus.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-04RemoveReplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-04RemoveReplication.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-05CreateAutoFailoverGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-05CreateAutoFailoverGroup.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-06AddExistingDBtoAutoFailoverGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-06AddExistingDBtoAutoFailoverGroup.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-07GetAutoFailoverGroupStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-07GetAutoFailoverGroupStatus.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-08AutoFailoverGroupFailover.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-08AutoFailoverGroupFailover.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-09RemoveAutoFailoverGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-09RemoveAutoFailoverGroup.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-10ContinousWorkloadSecondary.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-10ContinousWorkloadSecondary.SQL -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-11CreateAutomationAccount-Runbook-Credentials.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-11CreateAutomationAccount-Runbook-Credentials.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-12CreateWebhook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-12CreateWebhook.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-13ScaleDatabaseRunbook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-13ScaleDatabaseRunbook.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-14CreateAlertGrpnAlertReceiver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-14CreateAlertGrpnAlertReceiver.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-15CreateAlertConditionAlertTrigger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-15CreateAlertConditionAlertTrigger.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-16FirewallforSQL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-16FirewallforSQL.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-17HighCPUQuery.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-17HighCPUQuery.sql -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-18CreateSQLDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-18CreateSQLDB.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-19ExecuteWorkload.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-19ExecuteWorkload.cmd -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-20CreateInsights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-20CreateInsights.ps1 -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-21DeleteSQLforAudit.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-21DeleteSQLforAudit.SQL -------------------------------------------------------------------------------- /Chapter06/Scripts/C6-22KustoScripttoReadAudit.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/Scripts/C6-22KustoScripttoReadAudit.SQL -------------------------------------------------------------------------------- /Chapter06/Scripts/ignore: -------------------------------------------------------------------------------- 1 | ignore 2 | -------------------------------------------------------------------------------- /Chapter06/workload.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter06/workload.sql -------------------------------------------------------------------------------- /Chapter2/BigFile.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter2/BigFile.csv -------------------------------------------------------------------------------- /Chapter2/c2r7_securing_using_SAS_Powershel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter2/c2r7_securing_using_SAS_Powershel.ps1 -------------------------------------------------------------------------------- /Chapter3/c3_createSQLDatabase.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/c3_createSQLDatabase.ps1 -------------------------------------------------------------------------------- /Chapter3/c3_create_storage_account_container.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/c3_create_storage_account_container.ps1 -------------------------------------------------------------------------------- /Chapter3/c3_download_backup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/c3_download_backup.ps1 -------------------------------------------------------------------------------- /Chapter3/c3_precopyscript.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/c3_precopyscript.txt -------------------------------------------------------------------------------- /Chapter3/c3_restoredb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/c3_restoredb.sql -------------------------------------------------------------------------------- /Chapter3/ignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter3/orderdtls-20211118.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/orderdtls-20211118.csv -------------------------------------------------------------------------------- /Chapter3/orderdtls-20211119.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/orderdtls-20211119.csv -------------------------------------------------------------------------------- /Chapter3/orderdtls-20211120.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/orderdtls-20211120.csv -------------------------------------------------------------------------------- /Chapter3/orderdtls-20211121.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/orderdtls-20211121.csv -------------------------------------------------------------------------------- /Chapter3/orderdtls-Trigger.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/Chapter3/orderdtls-Trigger.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/README.md -------------------------------------------------------------------------------- /chapter05/c5-elasticpool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter05/c5-elasticpool.ps1 -------------------------------------------------------------------------------- /chapter05/c5-provisionSQLDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter05/c5-provisionSQLDB.ps1 -------------------------------------------------------------------------------- /chapter05/c5-wakeupdb-powershellscript-runbook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter05/c5-wakeupdb-powershellscript-runbook.ps1 -------------------------------------------------------------------------------- /chapter05/connecttoSQL.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter05/connecttoSQL.cmd -------------------------------------------------------------------------------- /chapter07/Delta_PowerBI.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter07/Delta_PowerBI.dbc -------------------------------------------------------------------------------- /chapter07/SampleJob.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter07/SampleJob.dbc -------------------------------------------------------------------------------- /chapter07/covid-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter07/covid-data.csv -------------------------------------------------------------------------------- /chapter07/scripts/Covid-DeltaTables-Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter07/scripts/Covid-DeltaTables-Commands.txt -------------------------------------------------------------------------------- /chapter07/scripts/mountstorage.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter07/scripts/mountstorage.text -------------------------------------------------------------------------------- /chapter07/scripts/process_data_notebook_commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter07/scripts/process_data_notebook_commands.txt -------------------------------------------------------------------------------- /chapter08/TransDtls-2022-03-20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter08/TransDtls-2022-03-20.csv -------------------------------------------------------------------------------- /chapter08/scripts/01_Create_Serverless_View.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter08/scripts/01_Create_Serverless_View.SQL -------------------------------------------------------------------------------- /chapter08/scripts/02_Query_ServerlessView_List_Counteries.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter08/scripts/02_Query_ServerlessView_List_Counteries.SQL -------------------------------------------------------------------------------- /chapter08/scripts/03_process_data_using_sparkpool_commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter08/scripts/03_process_data_using_sparkpool_commands.txt -------------------------------------------------------------------------------- /chapter08/scripts/04_Incremental_Data_Load_Notebook_Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter08/scripts/04_Incremental_Data_Load_Notebook_Commands.txt -------------------------------------------------------------------------------- /chapter1/c1r2_provisioning_azure_account.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter1/c1r2_provisioning_azure_account.ps1 -------------------------------------------------------------------------------- /chapter1/c1r3_uploading_files_to_datalake.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter1/c1r3_uploading_files_to_datalake.ps1 -------------------------------------------------------------------------------- /chapter1/c1r4_managing_blobs_using_powershell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter1/c1r4_managing_blobs_using_powershell.ps1 -------------------------------------------------------------------------------- /chapter10/Create_External_Table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/Create_External_Table.sql -------------------------------------------------------------------------------- /chapter10/dummy: -------------------------------------------------------------------------------- 1 | dummy file 2 | -------------------------------------------------------------------------------- /chapter10/scripts/01_Create_Regular_Table.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/01_Create_Regular_Table.SQL -------------------------------------------------------------------------------- /chapter10/scripts/02_Copy_into_CSV.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/02_Copy_into_CSV.SQL -------------------------------------------------------------------------------- /chapter10/scripts/03_Copy_Into_Parquet.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/03_Copy_Into_Parquet.SQL -------------------------------------------------------------------------------- /chapter10/scripts/04_Create_Table_Hash_Distribution.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/04_Create_Table_Hash_Distribution.SQL -------------------------------------------------------------------------------- /chapter10/scripts/05_Convert_Hash_Distribution_to_Replication.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/05_Convert_Hash_Distribution_to_Replication.SQL -------------------------------------------------------------------------------- /chapter10/scripts/06_Create_Statistics.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/06_Create_Statistics.SQL -------------------------------------------------------------------------------- /chapter10/scripts/07_Drop_ReCreate_Statistics.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/07_Drop_ReCreate_Statistics.SQL -------------------------------------------------------------------------------- /chapter10/scripts/08_Create_Partitioned_Table.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/08_Create_Partitioned_Table.SQL -------------------------------------------------------------------------------- /chapter10/scripts/09_Create_Empty_SinglePartitioned_Table.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/09_Create_Empty_SinglePartitioned_Table.SQL -------------------------------------------------------------------------------- /chapter10/scripts/10_Move_Partition_1_data.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/10_Move_Partition_1_data.SQL -------------------------------------------------------------------------------- /chapter10/scripts/11_Merge_Partitions.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/11_Merge_Partitions.SQL -------------------------------------------------------------------------------- /chapter10/scripts/12_Scaleup_DWH.SQL: -------------------------------------------------------------------------------- 1 | ALTER DATABASE packtadesqlpool 2 | MODIFY (SERVICE_OBJECTIVE = 'DW300c'); 3 | -------------------------------------------------------------------------------- /chapter10/scripts/13_Create_App_User_Run_Select_Query.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/13_Create_App_User_Run_Select_Query.SQL -------------------------------------------------------------------------------- /chapter10/scripts/14_Get_Query_Resource_Allocation.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/14_Get_Query_Resource_Allocation.SQL -------------------------------------------------------------------------------- /chapter10/scripts/15_Create_Workload_Classifer.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/15_Create_Workload_Classifer.SQL -------------------------------------------------------------------------------- /chapter10/scripts/16_Create_Custom_Workload_Group_Classifier.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/16_Create_Custom_Workload_Group_Classifier.SQL -------------------------------------------------------------------------------- /chapter10/scripts/17_Execute_Query_as_AppUser.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/scripts/17_Execute_Query_as_AppUser.SQL -------------------------------------------------------------------------------- /chapter10/table_partition_boundary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/table_partition_boundary.sql -------------------------------------------------------------------------------- /chapter10/transaction-tbl.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/transaction-tbl.csv -------------------------------------------------------------------------------- /chapter10/transaction-tbl.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/transaction-tbl.parquet -------------------------------------------------------------------------------- /chapter10/update_statistics_regular_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter10/update_statistics_regular_table.sql -------------------------------------------------------------------------------- /chapter11/Clustered_Index_Health_Check.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/Clustered_Index_Health_Check.sql -------------------------------------------------------------------------------- /chapter11/DedicatedSQLPool.workbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/DedicatedSQLPool.workbook -------------------------------------------------------------------------------- /chapter11/SQLPool_Queries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/SQLPool_Queries.sql -------------------------------------------------------------------------------- /chapter11/SparkPool.workbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/SparkPool.workbook -------------------------------------------------------------------------------- /chapter11/Table-Skew.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/Table-Skew.sql -------------------------------------------------------------------------------- /chapter11/cpu_usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/cpu_usage.txt -------------------------------------------------------------------------------- /chapter11/long_running_sql_by_duration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/long_running_sql_by_duration.txt -------------------------------------------------------------------------------- /chapter11/scripts/01_longest_10_active_queries_by_duration.KQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/scripts/01_longest_10_active_queries_by_duration.KQL -------------------------------------------------------------------------------- /chapter11/scripts/02_top_10_cpu_consuming_spark_notebooks.KQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/scripts/02_top_10_cpu_consuming_spark_notebooks.KQL -------------------------------------------------------------------------------- /chapter11/scripts/03_Create_Skewed_Table.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/scripts/03_Create_Skewed_Table.SQL -------------------------------------------------------------------------------- /chapter11/scripts/dummy: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /chapter11/shuffle_operation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/shuffle_operation.txt -------------------------------------------------------------------------------- /chapter11/spark_loganalytics_conf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/spark_loganalytics_conf.txt -------------------------------------------------------------------------------- /chapter11/sparkpool_notebook1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/sparkpool_notebook1.ipynb -------------------------------------------------------------------------------- /chapter11/sparkpool_notebook2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter11/sparkpool_notebook2.ipynb -------------------------------------------------------------------------------- /chapter12/Create_Delta_Table.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/Create_Delta_Table.ipynb -------------------------------------------------------------------------------- /chapter12/Optimize_Delta_Queries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/Optimize_Delta_Queries.ipynb -------------------------------------------------------------------------------- /chapter12/Optimize_Delta_Queries_Zorder_Partition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/Optimize_Delta_Queries_Zorder_Partition.ipynb -------------------------------------------------------------------------------- /chapter12/Replication_Cache_Rebuild.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/Replication_Cache_Rebuild.sql -------------------------------------------------------------------------------- /chapter12/dummy: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /chapter12/scripts/c12-01-Scaleup.SQL: -------------------------------------------------------------------------------- 1 | ALTER DATABASE packtadesqlpool 2 | MODIFY (SERVICE_OBJECTIVE = 'DW500c'); 3 | -------------------------------------------------------------------------------- /chapter12/scripts/c12-02-createHashTable.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-02-createHashTable.SQL -------------------------------------------------------------------------------- /chapter12/scripts/c12-03-queryplan-shuffle-operation.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-03-queryplan-shuffle-operation.sql -------------------------------------------------------------------------------- /chapter12/scripts/c12-04-add-hash-distribution-tid.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-04-add-hash-distribution-tid.SQL -------------------------------------------------------------------------------- /chapter12/scripts/c12-05-scaledown.sql: -------------------------------------------------------------------------------- 1 | ALTER DATABASE packtadesqlpool 2 | MODIFY (SERVICE_OBJECTIVE = 'DW100c'); 3 | -------------------------------------------------------------------------------- /chapter12/scripts/c12-06-createReplicatedTable.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-06-createReplicatedTable.SQL -------------------------------------------------------------------------------- /chapter12/scripts/c12-07-ReplicationCacheState.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-07-ReplicationCacheState.SQL -------------------------------------------------------------------------------- /chapter12/scripts/c12-08-ReplicatedTable-QueryPlan.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-08-ReplicatedTable-QueryPlan.SQL -------------------------------------------------------------------------------- /chapter12/scripts/c12-09-ResultSetCache-QueryPlan.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-09-ResultSetCache-QueryPlan.SQL -------------------------------------------------------------------------------- /chapter12/scripts/c12-10-turnon-resultsetcaching.SQL: -------------------------------------------------------------------------------- 1 | ALTER DATABASE packtadesqlpool SET RESULT_SET_CACHING ON -------------------------------------------------------------------------------- /chapter12/scripts/c12-11-Runbook-SynapseBackupnRestorePoint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-11-Runbook-SynapseBackupnRestorePoint.ps1 -------------------------------------------------------------------------------- /chapter12/scripts/c12-12-AutoPauseSynapseSQLPool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-12-AutoPauseSynapseSQLPool.ps1 -------------------------------------------------------------------------------- /chapter12/scripts/c12-13-Vacuum-Optimize-All-DeltaTables.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter12/scripts/c12-13-Vacuum-Optimize-All-DeltaTables.SQL -------------------------------------------------------------------------------- /chapter12/scripts/dummy: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /chapter13/SynapsePipeline.workbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/SynapsePipeline.workbook -------------------------------------------------------------------------------- /chapter13/SynapsePipeline.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/SynapsePipeline.zip -------------------------------------------------------------------------------- /chapter13/dummy.txt: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /chapter13/scripts/c13-01-traceSQLqueriesFromPipelines.KQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/scripts/c13-01-traceSQLqueriesFromPipelines.KQL -------------------------------------------------------------------------------- /chapter13/scripts/c13-02-storedprocwithlabel.SQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/scripts/c13-02-storedprocwithlabel.SQL -------------------------------------------------------------------------------- /chapter13/scripts/c13-03-GrantPermissiontoPurview.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/scripts/c13-03-GrantPermissiontoPurview.ps1 -------------------------------------------------------------------------------- /chapter13/scripts/c13-04-datareader_permission_purview.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/scripts/c13-04-datareader_permission_purview.sql -------------------------------------------------------------------------------- /chapter13/scripts/c13-05-ApplyAzureTags.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter13/scripts/c13-05-ApplyAzureTags.ps1 -------------------------------------------------------------------------------- /chapter13/scripts/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /chapter9/empty: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /chapter9/transaction_table-2022-04-10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter9/transaction_table-2022-04-10.csv -------------------------------------------------------------------------------- /chapter9/transaction_table-20220410.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter9/transaction_table-20220410.csv -------------------------------------------------------------------------------- /chapter9/transaction_table-t1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter9/transaction_table-t1.zip -------------------------------------------------------------------------------- /chapter9/transaction_table-t2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/HEAD/chapter9/transaction_table-t2.zip --------------------------------------------------------------------------------