hamilton
hamilton copied to clipboard
A scalable general purpose micro-framework for defining dataflows. THIS REPOSITORY HAS BEEN MOVED TO www.github.com/dagworks-inc/hamilton
**Is your feature request related to a problem? Please describe.** Data profiling is a way to help bootstrap creating data quality checks. Data profiling is also a way to facilitate...
**Is your feature request related to a problem? Please describe.** We should be able to configure whether we want data quality to run or not at DAG build/run time. **Describe...
These instructions could be more thorough, but I think they suffice. You need to read some anaconda docs if you really want to know what should happen. ## Changes -...
**Is your feature request related to a problem? Please describe.** When using DQ we have to query by tags, this is really ugly. E.G. ```python all_validator_variables = [ var.name for...
**Is your feature request related to a problem? Please describe.** We should be able to bootstrap a unit test suite given a hamilton function module. Most DS probably write functions...
This is another way someone could develop hamilton in a notebook - https://ipython.readthedocs.io/en/stable/interactive/magics.html#cellmagic-writefile We should add some documentation/example around this.
# idea https://duckdb.org/ is a hot new tool. It could be a nice way to load data for people. We should show some ways people could use it with Hamilton....
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Have found it useful...
**Is your feature request related to a problem? Please describe.** Currently you have to look at the code to figure out the arguments, and they won't be auto-completed by an...
OK so this is a pure proof of concept. Not necessarily the right way to do things, and not tested. That said, I wanted to prove the following: 1. That...