Bugfixes
- Previously, the
EcsRunLauncher
tagged each ECS task with its corresponding Dagster Run ID. ECS tagging isn't supported for AWS accounts that have not yet migrated to using the long ARN format. Now, theEcsRunLauncher
only adds this tag if your AWS account has the long ARN format enabled. - Fixed a bug in the
k8s_job_executor
anddocker_executor
that could result in jobs exiting asSUCCESS
before all ops have run. - Fixed a bug in the
k8s_job_executor
anddocker_executor
that could result in jobs failing when an op is skipped. - [dagit] Improved performance of the Runs page.
Dependencies
graphene
is temporarily pinned to be prior to version 3 to unbreak Dagit dependencies.