Skip to content

Commit 0365442

Browse files
feat(deps): bump singer-sdk from 0.39.0 to 0.39.1 in the runtime-dependencies group (#241)
1 parent f4d40b0 commit 0365442

File tree

3 files changed

+5
-160
lines changed

3 files changed

+5
-160
lines changed

Diff for: poetry.lock

+3-159
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ singer-sdk = { version="~=0.39.0", extras = ["testing"] }
3030
[tool.ruff]
3131
line-length = 120
3232
src = ["target_snowflake"]
33-
target-version = "py37"
33+
target-version = "py38"
3434

3535
[tool.ruff.lint]
3636
ignore = [

Diff for: tests/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def validate(self) -> None:
8383
"isowneradjustable": sqlalchemy.types.BOOLEAN,
8484
"age": sct.NUMBER,
8585
"newcamelcasedattribute": sct.STRING,
86+
"_attribute_startswith_underscore": sct.STRING,
8687
"_sdc_extracted_at": sct.TIMESTAMP_NTZ,
8788
"_sdc_batched_at": sct.TIMESTAMP_NTZ,
8889
"_sdc_received_at": sct.TIMESTAMP_NTZ,

0 commit comments

Comments
 (0)