Skip to content

Commit

Permalink
Merge pull request #118 from aahill/metrics-advisor-sample
Browse files Browse the repository at this point in the history
updating str
  • Loading branch information
aahill authored Sep 23, 2020
2 parents 8e1789b + 8dc7300 commit cd40c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Decision/metrics_advisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def add_data_feed(endpoint, subscription_key, api_key):
"dataFeedName": "test_data_feed_00000001",
"dataFeedDescription": "",
"dataSourceParameter": {
"connectionString": "Server=ad-sample.database.windows.net,1433;Initial Catalog=ad-sample;Persist Security Info=False;User ID=adreadonly;Password=Readonly@2020;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;",
"connectionString": "Server=<server>.database.windows.net,1433;Initial Catalog=<catelog>;Persist Security Info=False;User ID=<user-name>;Password=<password>;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;",
"query": "select * from adsample3 where Timestamp = @StartTime"
},
"granularityName": "Daily",
Expand Down

0 comments on commit cd40c9d

Please sign in to comment.