Skip to content

Commit

Permalink
fix: Ignore invalid CSV schemas/data when checking if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Mar 16, 2024
1 parent 294c01d commit ee9176a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ol_orchestrate/assets/edxorg_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def process_edxorg_archive_bundle(
n_rows=2,
separator="\t",
ignore_errors=True,
truncate_ragged_lines=True,
).is_empty()
):
context.log.debug(
Expand Down

0 comments on commit ee9176a

Please sign in to comment.