Added
- ColumnFactory for providing factory functions instead of requiring as a tuple (column, factory)
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- `build` method for KnockoffDB to enable building dataframes without inserting into DB
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Unit tests for column and collection factories
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- `run` CLI command for loading data into database from sdk configuration
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Add Blueprint class to sdk for more composable configuration
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Added unit tests for knockoff.utilities.mixin
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Added tempdb module and TempDatabaseService class
- Added by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
Updated
- Made CLI extensible with injectable subcommands
- Updated by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Moved previous CLI to `legacy` subcommand for loading data into database using yaml configuration
- Updated by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Renamed knockoff.utilities.mixin:FactoryMixin to knockoff.utilities.mixin:ResourceLocatorMixin
- Updated by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Remove dependency on python-interface, use abc instead
- Updated by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
- Updated internal knockoff fixtures to use TempDatabaseService
- Updated by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
Fixed
- Fixed legacy CLI command by resolving breaking changes in sqlalchemy engine interface
- Fixed by [Gregory Yu](https://github.com/gregyu) in Pull Request [#1](https://github.com/Nike-Inc/knockoff-factory/pull/1)
---