File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
tests/core/engine_adapter/integration Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,18 @@ gateways:
186186 state_connection :
187187 type : duckdb
188188
189- # inttest_fabric:
190- # connection:
191- # type: fabric
192- # driver: pyodbc
193- # host: {{ env_var("FABRIC_HOST") }}
194- # user: {{ env_var("FABRIC_CLIENT_ID") }}
195- # password: {{ env_var("FABRIC_CLIENT_SECRET") }}
196- # database: {{ env_var("FABRIC_DATABASE") }}
197- # odbc_properties:
198- # Authentication: ActiveDirectoryServicePrincipal
199- # state_connection:
200- # type: duckdb
189+ inttest_fabric :
190+ connection :
191+ type : fabric
192+ driver : pyodbc
193+ host : {{ env_var("FABRIC_HOST") }}
194+ user : {{ env_var("FABRIC_CLIENT_ID") }}
195+ password : {{ env_var("FABRIC_CLIENT_SECRET") }}
196+ database : {{ env_var("FABRIC_DATABASE") }}
197+ odbc_properties :
198+ Authentication : ActiveDirectoryServicePrincipal
199+ state_connection :
200+ type : duckdb
201201
202202model_defaults :
203203 dialect : duckdb
You can’t perform that action at this time.
0 commit comments