hamilton icon indicating copy to clipboard operation
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

Results 75 hamilton issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
product idea
data quality

**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...

enhancement
data quality

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...

product idea

**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...

enhancement
product idea

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.

documentation
good first issue

# 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....

documentation
good first issue

**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...

enhancement
product idea

**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...

documentation
data quality

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...