Skip to content

Commit

Permalink
Clear loading errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 12, 2024
1 parent 6960819 commit 4ff5302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odds/backend/processor/resource_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def process(self, resource: Resource, dataset: Dataset, catalog: DataCatal
rts.set(ctx, f'DOWNLOADED {report} BYTES from {resource.url} to {filename}')

rts.set(ctx, f'DOWNLOADED {total_size} BYTES from {resource.url} to {filename}')
dp = await asyncio.to_thread(self.load_data, ctx, filename, stream)
dp = await asyncio.to_thread(self.validate_data, ctx, filename, stream)
potential_fields = [
Field(name=field['name'], data_type=field['type'])
for field in
Expand Down

0 comments on commit 4ff5302

Please sign in to comment.