Hello :wave: During our internal testing we found...
# contribute
a
Hello 👋 During our internal testing we found the bug and I have just opened a PR fixing two bugs in the AWS EMR Serverless connector (from #3427). Both only hit the first run against a stopped or newly created application, so the current tests miss them:
create()
blocked waiting for the application to start and blew the
CreateTask
deadline, and script-mode tasks failed the node with
OutputsNotFoundError
after the job had actually succeeded. Also wires the plugin into the CI matrix - its tests had never run. PR: github.com/flyteorg/flytekit/pull/3458 Issue: github.com/flyteorg/flyte/issues/7286 Review would be welcome. The only red check is
flytekit-greatexpectations
, which fails on master too.