hamilton icon indicating copy to clipboard operation
hamilton copied to clipboard

Help bootstrap `check_output()` decorator.

Open HamiltonRepoMigrationBot opened this issue 2 years ago • 0 comments

Issue by skrawcz Tuesday Aug 02, 2022 at 17:08 GMT Originally opened as https://github.com/stitchfix/hamilton/issues/166


Is your feature request related to a problem? Please describe. Can we help users bootstrap the check_output() decorator?

Describe the solution you'd like Setting up data quality is possible to do manually, but with some knowledge of the data, could be automated, or at least partially automated.

Idea:

  1. give a data profile, can we generate the check_output() decorator to add?
  2. could we also automatically update the code with it, rather than having the user cut and paste it?

Describe alternatives you've considered Not doing this. But I think having a way to speed up adding it to a code base is a good idea.

Additional context Related to #164 and #165.