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

Add LocalOutputOperator #14

Open
kreczko opened this issue Feb 23, 2024 · 0 comments
Open

Add LocalOutputOperator #14

kreczko opened this issue Feb 23, 2024 · 0 comments

Comments

@kreczko
Copy link
Contributor

kreczko commented Feb 23, 2024

It is nice to be able to run commands and functions, but we also need the ability to store it.
This issue is part of a set of others which will include logging, remote output, other output formats etc.

To start, we can base it on https://docs.prefect.io/latest/concepts/filesystems/?h=files#local-filesystem.

For the config, this should be similar to

- name: Output data
  type: fasthep_carpenter.operators.LocalOutputOperator
  kwargs:
    path: "/path/to/output/out.txt"
    type: text

It should only output the result of the previous stage for now

@kreczko kreczko added the core label Feb 23, 2024
@kreczko kreczko added this to the Phase 0 - basic functionality milestone Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant