From 085a1561a8d97400a1ee7c67d77d959f902cb160 Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Mon, 19 Jun 2017 13:04:12 -0700 Subject: [PATCH] commenting ApplyPolyBased from post-deployment deployment of the SSDT project should not fail if connection with the Azure storage account cannot be established. Therefore, applying the PolyBase piece to the sample DB is something the user needs to do after deploying the DB. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d39f5799..0e1072c4 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ samples/databases/wide-world-importers/wwi-dw-ssdt/wwi-dw-ssdt/obj/Debug/Model.x samples/databases/wide-world-importers/wwi-dw-ssdt/wwi-dw-ssdt/WideWorldImportersDW.dbmdl samples/features/in-memory/iot-smart-grid/WinFormsClient/bin/Release/Reports/PowerDashboard.pbix samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/WideWorldImporters.dbmdl +samples/databases/wide-world-importers/workload-drivers/order-insert/MultithreadedOrderInsert/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs