From 7df05c3e5740ed976c54bf144aeb6b9a0bd3e2d0 Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 18 Sep 2024 17:41:05 +0200 Subject: [PATCH] Minor python test failure (#17904) * fix import issue * chore: add raise from status on ingestion step in tests --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> --- .../sources/database/delta_lake/test_deltalake_storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ingestion/tests/integration/sources/database/delta_lake/test_deltalake_storage.py b/ingestion/tests/integration/sources/database/delta_lake/test_deltalake_storage.py index 3c74265f703e..0663849c044f 100644 --- a/ingestion/tests/integration/sources/database/delta_lake/test_deltalake_storage.py +++ b/ingestion/tests/integration/sources/database/delta_lake/test_deltalake_storage.py @@ -136,6 +136,7 @@ def ingest(metadata, service, create_data): ingestion = MetadataWorkflow.create(workflow_config) ingestion.execute() + ingestion.raise_from_status() return