Skip to content

Commit 21a5601

Browse files
Removed .vs folder and updated python sql file
1 parent 68991ca commit 21a5601

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

.vs/VSWorkspaceState.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

.vs/slnx.sqlite

-5.54 MB
Binary file not shown.

.vs/slnx.sqlite-journal

-918 KB
Binary file not shown.

samples/features/machine-learning-services/python/getting-started/customer-clustering/customer_clustering.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ SELECT customer.[c_email_address], customer.c_customer_sk
9797
[dbo].[py_customer_clusters] as c
9898
ON c.Customer = customer.c_customer_sk
9999
WHERE c.cluster = 0;
100+

0 commit comments

Comments
 (0)