Skip to content

Commit

Permalink
replace pybigquery with sqlalchemy-bigquery
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Sep 8, 2023
1 parent 73e0ab6 commit 0596bd3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
72 changes: 39 additions & 33 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ keywords = [
"ELT",
"BigQuery",
]
license = "Apache-2.0"
packages = [
{ include = "tap_bigquery" },
]

[tool.poetry.dependencies]
python = ">=3.7.1,<3.10"
python = "<3.12,>=3.7.1"
singer-sdk = { version="^0.31.1" }
fs-s3fs = { version = "^1.1.1", optional = true }
pybigquery = "^0.10.2"
sqlalchemy-bigquery = "^1.8.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 0596bd3

Please sign in to comment.