Skip to content

Commit

Permalink
Add error handling to custom destination lanceDB example
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed May 13, 2024
1 parent 0ca8c7a commit c165619
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def lancedb_destination(items: TDataItems, table: TTableSchema) -> None:
load_info = pipeline.run(
spotify_shows(client_id=dlt.secrets.value, client_secret=dlt.secrets.value),
)
load_info.raise_on_failed_jobs()

row_counts = pipeline.last_trace.last_normalize_info

Expand Down

0 comments on commit c165619

Please sign in to comment.