forked from dbt-msft/dbt-sqlserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.env.sample
More file actions
20 lines (19 loc) · 716 Bytes
/
Copy pathtest.env.sample
File metadata and controls
20 lines (19 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SQLSERVER_TEST_DRIVER=ODBC Driver 18 for SQL Server
SQLSERVER_TEST_HOST=127.0.0.1
SQLSERVER_TEST_USER=SA
SQLSERVER_TEST_PASS=L0calTesting!
SQLSERVER_TEST_PORT=1433
SQLSERVER_TEST_DBNAME=TestDB
SQLSERVER_TEST_ENCRYPT=True
SQLSERVER_TEST_TRUST_CERT=True
SQLSERVER_TEST_BACKEND=pyodbc
# SQLSERVER_TEST_BACKEND=mssql-python
DBT_TEST_USER_1=DBT_TEST_USER_1
DBT_TEST_USER_2=DBT_TEST_USER_2
DBT_TEST_USER_3=DBT_TEST_USER_3
# Disable dbt's outbound network calls during tests (anonymous usage
# telemetry and the PyPI version check). They add no value in a test run and
# stall badly on sandboxed/offline networks, inflating every run_dbt() call.
DO_NOT_TRACK=1
DBT_SEND_ANONYMOUS_USAGE_STATS=false
DBT_VERSION_CHECK=false