Skip to content

Commit

Permalink
chore: Test with singer-sdk PR 2732
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 30, 2024
1 parent 3116006 commit 856db17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 30 deletions.
45 changes: 17 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ sqlalchemy = "~=2.0"
sshtunnel = "0.4.0"

[tool.poetry.dependencies.singer-sdk]
version = "~=0.41.0"
git = "https://github.com/meltano/sdk.git"
rev = "refs/pull/2732/head"

[tool.poetry.extras]
faker = ["faker"]
Expand Down
2 changes: 1 addition & 1 deletion target_postgres/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def clone_table(
new_table.create(bind=connection)
return new_table

def to_sql_type(self, jsonschema_type: dict) -> sa.types.TypeEngine: # type: ignore[override]
def to_sql_type(self, jsonschema_type: dict) -> sa.types.TypeEngine:
"""Return a JSON Schema representation of the provided type.
By default will call `typing.to_sql_type()`.
Expand Down

0 comments on commit 856db17

Please # to comment.