Skip to content

Commit

Permalink
TapDiscoveryTest remove catalog if one is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed Jan 30, 2023
1 parent 1d18e21 commit 1b83fec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
50 changes: 28 additions & 22 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 @@ -16,7 +16,8 @@ packages = [
[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
requests = "^2.25.1"
singer-sdk = {extras = ["testing"], version = "^0.19.0"}
# singer-sdk = {extras = ["testing"], version = "^0.19.0"}
singer-sdk = {git = "https://github.com/meltano/sdk.git", rev = "kgpayne/fix-test-tap-discovery", extras=["testing"]}
snowflake-sqlalchemy = "^1.4.3"
snowflake-connector-python = "^2.8.0"

Expand Down

0 comments on commit 1b83fec

Please sign in to comment.