Alejandro Esquivel
Alejandro Esquivel
## Acceptance Criteria - Add section for users that are facing errors attempting to run schema migrations (To correspond with link in `covalent db migrate` error flow or update link)...
- [ ] I have added the tests to cover my changes. - [x] I have updated the documentation and CHANGELOG accordingly. - [x] I have read the CONTRIBUTING document.
### Environment - **Covalent version**: 0.177.0rc0 - **Python version**: 3.8.13 - **Operating system**: CentOS 7, MacOS Monterrey 12.2 (21D49) ### What is happening? If Dask was previously used, and we...
- [x] I have added the tests to cover my changes. - [x] I have updated the documentation and CHANGELOG accordingly. - [x] I have read the CONTRIBUTING document.
## Description - Instantiating DataStore with `initialize_db=True` flag causes SQLAlchemy to create DB tables which will cause an issue with migrations as alembic does not know these tables were already...
## Acceptance Criteria - [ ] As a user of covalent I shouldn't have to run migrations manually during a fresh install of covalent
## Acceptance Criteria - Update [Executor Template](https://github.com/AgnostiqHQ/covalent-executor-template) to implement simplified UX for executor & any async functionality if needed - Ensure existing executor documentation is in-sync with latest covalent features...
## Acceptance Criteria - Create new repo for aws ec2 executor following consistent naming scheme - Create Terraform script for provisioning VM - Extend SSH Executor to implement EC2 Executor