File tree 2 files changed +1
-10
lines changed
certified-connectors/snowflake
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 48
48
" Convert"
49
49
],
50
50
"capabilities" : [],
51
- "policyTemplateInstances" : [
52
- {
53
- "parameters" : {
54
- "x-ms-apimTemplateParameter.urlTemplate" : " https://@connectionParameters('instanceURL')"
55
- },
56
- "templateId" : " dynamichosturl" ,
57
- "title" : " instanceURL"
58
- }
59
- ],
60
51
"publisher" : " Koch, Rene" ,
61
52
"stackOwner" : " Snowflake Inc."
62
53
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class Script : ScriptBase
10
10
11
11
// Check if the operation ID matches what is specified in the OpenAPI definition of the connector
12
12
// Presence is enforced in swagger
13
- var domain = this . Context . Request . Headers . GetValues ( "Domain " ) . First ( ) ;
13
+ var domain = this . Context . Request . Headers . GetValues ( "Instance " ) . First ( ) ;
14
14
15
15
var uriBuilder = new UriBuilder ( this . Context . Request . RequestUri ) ;
16
16
uriBuilder . Host = domain ;
You can’t perform that action at this time.
0 commit comments