Skip to content

Revisit file path handling in FileOutputHandler after package metadata design update #1615

@coderabbitai

Description

@coderabbitai

After the package metadata design is updated, it should be possible to retrieve the filename based on archive_id and log_event_idx. This would allow us to reconsider whether to send the file path from the output handler in FileOutputHandler::write().

Currently, FileOutputHandler::write() uses an empty string placeholder for the original file path. Once the metadata design changes are complete, we should evaluate whether to:

  • Include the original file path in the output by retrieving it from the archive metadata
  • Continue using the placeholder if retrieval can be done downstream based on archive_id and log_event_idx

Context:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions