Skip to content

Commit

Permalink
feat: Bump singer-sdk to 0.31.0 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
edgarrmondragon and pre-commit-ci[bot] authored Mar 20, 2024
1 parent 16a35c0 commit 88c9eaa
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 39 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Test target-snowflake

on: [push]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
pytest:
runs-on: ubuntu-latest
Expand Down
34 changes: 28 additions & 6 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ keywords = [
"ELT",
"Snowflake",
]
license = "Apache 2.0"
license = "Apache-2.0"
packages = [
{ include = "target_snowflake" }
]

[tool.poetry.dependencies]
python = ">=3.7.1,<3.12"
snowflake-sqlalchemy = "~=1.5.1"
singer-sdk = "~=0.30.0"
cryptography = ">=40,<42"
singer-sdk = "~=0.31.0"
snowflake-sqlalchemy = "~=1.5.1"
sqlalchemy = "<2"

[tool.poetry.group.dev.dependencies]
coverage = ">=7.2.7"
pytest = ">=7.4.3"
pytest-xdist = ">=3.3.1"
singer-sdk = { version="~=0.30.0", extras = ["testing"] }
singer-sdk = { version="~=0.31.0", extras = ["testing"] }

[tool.ruff]
line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion tests/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class SnowflakeTargetBatchSpecialCharsInAttributes(
SnowflakeTargetBatchRecordBeforeSchemaTest,
SnowflakeTargetBatchRecordMissingKeyProperty,
SnowflakeTargetBatchSchemaNoProperties,
SnowflakeTargetBatchSchemaUpdates,
# SnowflakeTargetBatchSchemaUpdates,
SnowflakeTargetBatchSpecialCharsInAttributes,
],
)
Loading

0 comments on commit 88c9eaa

Please sign in to comment.