As part of troubleshooting, I need to be able to run the data dictionary workflow from workflow dispatch, and to do that, it needs to be on the main branch and out of the "AD workflows" subfolder.
I updated the pyproject.toml file to actual build the "elite-data-models" package/subpackages from the subdirectories -- the build is successfully but I can't promise it would actually work
only some of the workflows were using poetry build anyway
I removed some unused or obviously deprecated workflows
I removed the "AD" folder -- the dictionary workflow wasn't from AD anyway
As part of troubleshooting, I need to be able to run the data dictionary workflow from workflow dispatch, and to do that, it needs to be on the main branch and out of the "AD workflows" subfolder.
Troubleshooting will continue after this.