mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
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:
parent
ec6a662202
commit
7df05c3e57
@ -136,6 +136,7 @@ def ingest(metadata, service, create_data):
|
||||
|
||||
ingestion = MetadataWorkflow.create(workflow_config)
|
||||
ingestion.execute()
|
||||
ingestion.raise_from_status()
|
||||
return
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user