Skip to content

Commit

Permalink
Add pg-supporting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Mar 27, 2020
1 parent 0e69304 commit c4f836c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ models:
* Redshift
* Snowflake
* BigQuery
* Postgres, with the creation of [these UDFs](pg_udfs.sql)
* Postgres (user must be able to create UDF)
### Contributions ###
Expand Down
13 changes: 12 additions & 1 deletion integration_tests/ci/sample.profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ config:
use_colors: True

integration_tests:
target: redshift
target: postgres
outputs:
postgres:
type: postgres
host: localhost
user: "{{ env_var('CI_DBT_USER') }}"
pass: "{{ env_var('CI_DBT_PASS') }}"
port: "{{ env_var('CI_DBT_PORT') }}"
dbname: "{{ env_var('CI_DBT_DBNAME') }}"
schema: snowplow_integration_tests_redshift
threads: 1

outputs:
redshift:
type: redshift
Expand Down
12 changes: 0 additions & 12 deletions pg_udfs.sql

This file was deleted.

0 comments on commit c4f836c

Please sign in to comment.