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 96a5e28 commit eee2f0aCopy full SHA for eee2f0a
terraform/account-wide-infrastructure/modules/glue/src/pipeline.py
@@ -95,6 +95,8 @@ def load(self, data):
95
dataframe.write.mode("append").partitionBy(
96
*self.partition_cols
97
).parquet(f"{self.target_path}{name}")
98
+ else:
99
+ self.logger.info(f"Dataframe {name} is null, skipping")
100
101
def trigger_crawler(self):
102
self.glue.start_crawler(Name=f"{self.name_prefix}-log-crawler")
0 commit comments