Skip to content

Commit 41785eb

Browse files
authored
Add parquet processor (#390)
* parquet processor * rebase and add table_items * update gap detector and clean up unused * lint
1 parent 44cd72f commit 41785eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2919
-424
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ google-cloud-bigquery-storage = "^2.19.1"
2525
google-cloud-bigquery = "^3.10.0"
2626
prometheus-client = "^0.17.1"
2727
twisted = "^22.10.0"
28-
grpclib = "^0.4.5"
28+
grpclib = "^0.4.6"
2929
alembic = "^1.11.1"
3030
aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "aee306923da1fae533a91b4015e0a58443742d45", subdirectory = "protos/python" }
3131
python-json-logger = "^2.0.7"

0 commit comments

Comments
 (0)