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 pin option to verbs #707

Open
darthtrevino opened this issue Apr 15, 2024 · 0 comments
Open

add pin option to verbs #707

darthtrevino opened this issue Apr 15, 2024 · 0 comments

Comments

@darthtrevino
Copy link
Member

In order to enable debugging and complex output scenarios, we can include a pin verb configuration that will flush the verb parquet to disk

e.g.

{
  "verb": "binarize",
  "args": {...},
  "pin": {
     "enabled": true,
     "name": "binarized-data-table",
     "format": "parquet"
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant