diff --git a/digital_land/package/datasetparquet.py b/digital_land/package/datasetparquet.py index bcbd72bf..0b92fd9a 100644 --- a/digital_land/package/datasetparquet.py +++ b/digital_land/package/datasetparquet.py @@ -89,12 +89,13 @@ def create_temp_table(self, input_paths): if "Value with unterminated quote" in str(e): max_size += increment_step if max_size > max_limit: - print(f"Exceeded max_limit of {max_limit}. Could not resolve the issue.") + print( + f"Exceeded max_limit of {max_limit}. Could not resolve the issue." + ) raise else: raise - def load_facts(self): logging.info("loading facts from temp table")