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>
This commit is contained in:
Teddy 2024-09-18 17:41:05 +02:00 committed by GitHub
parent ec6a662202
commit 7df05c3e57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,6 +136,7 @@ def ingest(metadata, service, create_data):
ingestion = MetadataWorkflow.create(workflow_config)
ingestion.execute()
ingestion.raise_from_status()
return