dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.97k stars 1.5k forks source link

EcsRunLauncher regression - "Could not determine image for run" #26138

Open treilly1 opened 5 days ago

treilly1 commented 5 days ago

What's the issue?

What did you expect to happen?

How to reproduce?

Dagster version

1.9.2

Deployment type

Other Docker-based deployment

Deployment details

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization. By submitting this issue, you agree to follow Dagster's Code of Conduct.

zyd14 commented 5 days ago

I have a PR to roll back the check I added that is causing the error; but tracing through the code it's unclear to me that this will actually fix the issue. It seems like image is being pulled from the job's repository_origin, and it seems like run_task_kwargs needs image to be non-None . There's a lot of infra to set up to be able to test this, I'm hoping @treilly1 will be able to test my changes with their existing infra if possible

lokinnnnnn commented 2 days ago

I also encountered this issue, so I returned to version 1.9.0