fix(ingest/s3) Adding missing more-itertools dependency (#8023)

This commit is contained in:
Tamas Nemeth 2023-05-11 21:14:25 +02:00 committed by GitHub
parent 9c7742b1d7
commit c0d50d0b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,7 @@ iceberg_common = {
s3_base = {
*aws_common,
"more-itertools>=8.12.0",
"parse>=1.19.0",
"pyarrow>=6.0.1",
"tableschema>=1.20.2",