Skip to content

Commit

Permalink
OSM
Browse files Browse the repository at this point in the history
  • Loading branch information
docuracy committed Jan 25, 2025
1 parent b9328ea commit 5b563b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vespa/repository/api/ingestion/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ async def process_batch(batch):
filters = dataset_config.get('files')[transformer_index].get('filters')

async for document in stream:
logger.info(document)
continue

# Apply filters (if any)
if filters and not any(f(document) for f in filters):
Expand Down

0 comments on commit 5b563b7

Please sign in to comment.