Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in MWAA getting started guide (#846)
## Description This fixes a typo in the MWAA getting started guide. We instruct the user to create a virtualenv using MWAA's startup script, but then the execution config uses the virtual env mode which will re-create the venv every task. Instead, the user should let Cosmos use the default (local) execution mode. <!-- Add a brief but complete description of the change. --> ## Related Issue(s) <!-- If this PR closes an issue, you can use a keyword to auto-close. --> <!-- i.e. "closes #0000" --> ## Breaking Change? <!-- If this introduces a breaking change, specify that here. --> ## Checklist - [ ] I have made corresponding changes to the documentation (if required) - [ ] I have added tests that prove my fix is effective or that my feature works
- Loading branch information