We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dad8a1 commit 3f1315dCopy full SHA for 3f1315d
terraform/account-wide-infrastructure/modules/glue/src/pipeline.py
@@ -77,7 +77,7 @@ def extract_dynamic(self):
77
"paths": [self.source_path],
78
"recurse": True,
79
"groupFiles": "inPartition",
80
- "groupSize": "104857600",
+ "groupSize": "134217728",
81
},
82
format="json",
83
).filter(
@@ -92,7 +92,7 @@ def extract_dynamic(self):
92
93
94
95
96
97
98
).filter(f=lambda x, n=name: x["host"].endswith(n))
0 commit comments