A whole bunch of our tests are using a workspace format that goes through a deprecated loading process that's different than what we expect our users to use. This caused an issue in prod yesterday where dagster_docker_celery and certain dagster_airflow just stopped working in certain situations.
This diff removes that loading path (technically a breaking change, but dagster has been prompting you to update since 0.8.0) and replaces all the test yamls that were using it (other than ones specifically designed to test the legacy path). ,