We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff71c1 commit 8dc7300Copy full SHA for 8dc7300
python/Decision/metrics_advisor.py
@@ -10,7 +10,7 @@ def add_data_feed(endpoint, subscription_key, api_key):
10
"dataFeedName": "test_data_feed_00000001",
11
"dataFeedDescription": "",
12
"dataSourceParameter": {
13
- "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;",
14
"query": "select * from adsample3 where Timestamp = @StartTime"
15
},
16
"granularityName": "Daily",
0 commit comments