Skip to content

Commit

Permalink
New try at tests. Only changed user and pass. Need to replace with va…
Browse files Browse the repository at this point in the history
…riables later...
  • Loading branch information
mikaelene committed Nov 20, 2020
1 parent b2b9c75 commit fdc6171
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions test/integration/sqlserver.dbtspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ target:
driver: "ODBC Driver 17 for SQL Server"
schema: "dbt_test_{{ var('_dbt_random_suffix') }}"
host: localhost
database: msdb
#database: msdb
database: dbt_test
username: SA
password: 5atyaNadella
#password: 5atyaNadella
password: "TheStrongestPass!"
encrypt: true
trust_cert: true
port: 1433
threads: 8
sequences:
# test_dbt_empty: empty
# test_dbt_base: base
# test_dbt_ephemeral: ephemeral
# test_dbt_incremental: incremental
# test_dbt_snapshot_strategy_timestamp: snapshot_strategy_timestamp
test_dbt_empty: empty
test_dbt_base: base
test_dbt_ephemeral: ephemeral
test_dbt_incremental: incremental
test_dbt_snapshot_strategy_timestamp: snapshot_strategy_timestamp
test_dbt_snapshot_strategy_check_cols: snapshot_strategy_check_cols
# test_dbt_data_test: data_test
# test_dbt_schema_test: schema_test
# test_dbt_ephemeral_data_tests: data_test_ephemeral_models
test_dbt_data_test: data_test
test_dbt_schema_test: schema_test
#test_dbt_ephemeral_data_tests: data_test_ephemeral_models

0 comments on commit fdc6171

Please sign in to comment.