Skip to content

Commit 3f1315d

Browse files
committed
NRL-1386 Update group size to 128mb
1 parent 2dad8a1 commit 3f1315d

File tree

1 file changed

+2
-2
lines changed
  • terraform/account-wide-infrastructure/modules/glue/src

1 file changed

+2
-2
lines changed

terraform/account-wide-infrastructure/modules/glue/src/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def extract_dynamic(self):
7777
"paths": [self.source_path],
7878
"recurse": True,
7979
"groupFiles": "inPartition",
80-
"groupSize": "104857600",
80+
"groupSize": "134217728",
8181
},
8282
format="json",
8383
).filter(
@@ -92,7 +92,7 @@ def extract_dynamic(self):
9292
"paths": [self.source_path],
9393
"recurse": True,
9494
"groupFiles": "inPartition",
95-
"groupSize": "104857600",
95+
"groupSize": "134217728",
9696
},
9797
format="json",
9898
).filter(f=lambda x, n=name: x["host"].endswith(n))

0 commit comments

Comments
 (0)