Skip to content

Commit 25c393f

Browse files
Activate fabric profile in integration testing
1 parent bce209e commit 25c393f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/core/engine_adapter/integration/config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

202202
model_defaults:
203203
dialect: duckdb

0 commit comments

Comments
 (0)