Skip to content

Commit

Permalink
Minor python test failure (#17904)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
TeddyCr and chirag-madlani authored Sep 18, 2024
1 parent ec6a662 commit 7df05c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def ingest(metadata, service, create_data):

ingestion = MetadataWorkflow.create(workflow_config)
ingestion.execute()
ingestion.raise_from_status()
return


Expand Down

0 comments on commit 7df05c3

Please sign in to comment.