Skip to content

Commit

Permalink
feat(deps): bump singer-sdk from 0.39.0 to 0.39.1 in the runtime-depe…
Browse files Browse the repository at this point in the history
…ndencies group (#241)
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent f4d40b0 commit 0365442
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 160 deletions.
162 changes: 3 additions & 159 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ singer-sdk = { version="~=0.39.0", extras = ["testing"] }
[tool.ruff]
line-length = 120
src = ["target_snowflake"]
target-version = "py37"
target-version = "py38"

[tool.ruff.lint]
ignore = [
Expand Down
1 change: 1 addition & 0 deletions tests/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def validate(self) -> None:
"isowneradjustable": sqlalchemy.types.BOOLEAN,
"age": sct.NUMBER,
"newcamelcasedattribute": sct.STRING,
"_attribute_startswith_underscore": sct.STRING,
"_sdc_extracted_at": sct.TIMESTAMP_NTZ,
"_sdc_batched_at": sct.TIMESTAMP_NTZ,
"_sdc_received_at": sct.TIMESTAMP_NTZ,
Expand Down

0 comments on commit 0365442

Please sign in to comment.