Skip to content

Commit b93105d

Browse files
committed
Updated Main R file to drive the demo execution
1 parent 0675b7e commit b93105d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/r-services/Telco Customer Churn v1/R/telcoChurn-main.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authenticationFlag <- "SQL" #Valid values: "Windows" or "SQL"
1717
servername <- "."
1818
database <- "telcoedw"
1919
user <- "sa"
20-
password <- "Devzhouf@123" #Please set your own password
20+
password <- "" #Please set your own password
2121

2222
## Set working directory. Please change this to the main directory of the demo
2323
wd <- "C:\\Demo\\TelcoChurn4\\TelcoChurn4"

0 commit comments

Comments
 (0)