Skip to content

Commit

Permalink
Add parquet processor (#390)
Browse files Browse the repository at this point in the history
* parquet processor

* rebase and add table_items

* update gap detector and clean up unused

* lint
  • Loading branch information
yuunlimm authored Jun 24, 2024
1 parent 44cd72f commit 41785eb
Show file tree
Hide file tree
Showing 43 changed files with 2,919 additions and 424 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ google-cloud-bigquery-storage = "^2.19.1"
google-cloud-bigquery = "^3.10.0"
prometheus-client = "^0.17.1"
twisted = "^22.10.0"
grpclib = "^0.4.5"
grpclib = "^0.4.6"
alembic = "^1.11.1"
aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "aee306923da1fae533a91b4015e0a58443742d45", subdirectory = "protos/python" }
python-json-logger = "^2.0.7"
Expand Down
Loading

0 comments on commit 41785eb

Please sign in to comment.