Skip to content

Commit

Permalink
feat: Upgraded to latest version of singer_sdk, fixed upper case colu…
Browse files Browse the repository at this point in the history
…mns with column alters (#153)

Closes #152, #103, #124, #2
  • Loading branch information
visch authored Jul 14, 2023
1 parent 89b2b95 commit c05079c
Show file tree
Hide file tree
Showing 7 changed files with 600 additions and 202 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: "2.1"
services:
postgres:
image: postgres:latest
image: docker.io/postgres:latest
command: postgres -c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c ssl_ca_file=/var/lib/postgresql/ca.crt -c hba_file=/var/lib/postgresql/pg_hba.conf
environment:
POSTGRES_USER: postgres
Expand All @@ -20,7 +20,7 @@ services:
ports:
- "5432:5432"
postgres_no_ssl: # Borrowed from https://github.com/MeltanoLabs/tap-postgres/blob/main/.github/workflows/test.yml#L13-L23
image: postgres:latest
image: docker.io/postgres:latest
environment:
POSTGRES_PASSWORD: postgres
ports:
Expand Down
343 changes: 208 additions & 135 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = [
[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
requests = "^2.25.1"
singer-sdk = ">=0.17,<0.20"
singer-sdk = "^0.28.0"
psycopg2-binary = "2.9.6"
sshtunnel = "0.4.0"

Expand Down
Loading

0 comments on commit c05079c

Please sign in to comment.