Skip to content

Commit

Permalink
Merge branch 'main' into making-rolling-secondary-calc-unbound
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-mcdata authored Nov 18, 2022
2 parents 325821b + 618c238 commit 58008fd
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changes/unreleased/Docs-20221104-142157.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kind: Docs
body: Updated the example test environment file to match what is required across all
platforms
time: 2022-11-04T14:21:57.704467+02:00
custom:
Author: rijnhardtkotze
Issue: "178"
PR: "179"
37 changes: 35 additions & 2 deletions test.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
#--------------------------------------------------------
#Target (change this to target tests need to run against)
#--------------------------------------------------------
dbt_target=postgres

#--------------------------------------------------------
#PostgreSQL (dbt_target: postgres)
#--------------------------------------------------------
POSTGRES_TEST_HOST=localhost
POSTGRES_TEST_USER=root
POSTGRES_TEST_PASS=password
POSTGRES_TEST_PASSWORD=password
POSTGRES_TEST_PORT=5432
POSTGRES_TEST_DBNAME=dbt
POSTGRES_TEST_DB=dbt

#--------------------------------------------------------
#Redshift (dbt_target: redshift)
#--------------------------------------------------------
REDSHIFT_TEST_HOST=
REDSHIFT_TEST_USER=
REDSHIFT_TEST_PASS=
REDSHIFT_TEST_DBNAME=
REDSHIFT_TEST_PORT=

#--------------------------------------------------------
#Snowflake (dbt_target: snowflake)
#--------------------------------------------------------
SNOWFLAKE_TEST_ACCOUNT=
SNOWFLAKE_TEST_USER=
SNOWFLAKE_TEST_PASSWORD=
SNOWFLAKE_TEST_ROLE=
SNOWFLAKE_TEST_DATABASE=
SNOWFLAKE_TEST_WAREHOUSE=

#--------------------------------------------------------
#BigQuery (dbt_target: bigquery)
#--------------------------------------------------------
BIGQUERY_TEST_PROJECT=
BIGQUERY_SERVICE_KEY_PATH=

0 comments on commit 58008fd

Please sign in to comment.