Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support codec on the file source to help with testing #4018

Closed
dlvenable opened this issue Jan 25, 2024 · 0 comments · Fixed by #4019
Closed

Support codec on the file source to help with testing #4018

dlvenable opened this issue Jan 25, 2024 · 0 comments · Fixed by #4019
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

Sometimes creating a small pipeline that reads from a file helps test a pipeline before transitioning to S3.

Describe the solution you'd like

Support input codecs on the file source.

e.g.

  source:
    file:
      path: my-file.log
      codec:
        newline:
@dlvenable dlvenable added untriaged enhancement New feature or request and removed untriaged labels Jan 25, 2024
@dlvenable dlvenable added this to the v2.7 milestone Jan 25, 2024
@dlvenable dlvenable self-assigned this Jan 25, 2024
dlvenable added a commit to dlvenable/data-prepper that referenced this issue Jan 25, 2024
dlvenable added a commit that referenced this issue Feb 9, 2024
Signed-off-by: David Venable <dlv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant