Removed .vs folder and updated python sql file

This commit is contained in:
nelgson
2017-08-17 22:10:49 -07:00
parent 68991ca3de
commit 21a56019b3
4 changed files with 1 additions and 9 deletions
@@ -97,3 +97,4 @@ SELECT customer.[c_email_address], customer.c_customer_sk
[dbo].[py_customer_clusters] as c
ON c.Customer = customer.c_customer_sk
WHERE c.cluster = 0;