From 7e61de63281e08286d41569e00e226f40c733d2e Mon Sep 17 00:00:00 2001 From: joelmata Date: Tue, 16 Jul 2024 15:26:40 +0200 Subject: [PATCH] Formatting code --- metadata-ingestion/src/datahub/ingestion/source/abs/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/abs/source.py b/metadata-ingestion/src/datahub/ingestion/source/abs/source.py index 07cc694e1b1628..591f314e3b7d57 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/abs/source.py +++ b/metadata-ingestion/src/datahub/ingestion/source/abs/source.py @@ -573,7 +573,7 @@ def abs_browser( dir_to_process = dir_to_process.rstrip("\\") for obj in container_client.list_blobs( name_starts_with=f"{dir_to_process}", - results_per_page=PAGE_SIZE, + results_per_page=PAGE_SIZE ): abs_path = self.create_abs_path(obj.name) logger.debug(f"Sampling file: {abs_path}")