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 5f087e2 commit 27983aeCopy full SHA for 27983ae
terraform/account-wide-infrastructure/modules/glue/src/pipeline.py
@@ -91,7 +91,7 @@ def load(self, data):
91
self.logger.info(f"Loading data into {self.target_path} as Parquet")
92
for name, dataframe in data.items():
93
if not dataframe:
94
- return None
+ continue
95
name = name.replace("--", "_")
96
dataframe.write.mode("append").partitionBy(*self.partition_cols).parquet(
97
f"{self.target_path}{name}"
0 commit comments