Tyler White
Tyler White
Currently, if you execute `schemachange` without a configuration file, it looks like this: ``` (venv) twhite@C02G43N2MD6R SnowSecure % schemachange schemachange version: 3.6.0 Using root folder /Users/twhite/VSCodeProjects/SnowSecure Using variables: {} Traceback...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...
## What is the current behavior? The pre-commit file is using the https://github.com/psf/black repo rather than the mirror as recommended in docs for [Version control integration](https://black.readthedocs.io/en/stable/integrations/source_version_control.html). Other pre-commit hooks need...
I want to remove the old March Madness demo. While the existing solution present partial useful examples, I don't think it's a great demo any longer with new capabilities related...
We no longer need to do the dotenv solution to connect.
Keeping in draft until we can refactor to a Pipeline or refactor the app to use separate preprocessing steps before estimator for alignment.
I'm submitting this pull request to refactor the dataframe expression in the `source_df` definition. The current expression is a bit hard to read and maintain, so I'd like to simplify...
#218 was recently opened to simplify dependency maintenance and environment setup by using [Poetry](https://python-poetry.org/). #259 will be going in soon, meaning that schemachange will soon only have the following primary...