Skip to content

I'm seeing "TypeError: PartitionArgs.__new__() missing 1 required positional argument: 'job_name'" when I try to launch a run with a partition from the Dagster+ UI. #24178

Answered by gibsondan
gibsondan asked this question in Q&A
Discussion options

You must be logged in to vote

This was a bug that was fixed in the 1.8.4 dagster release that appears on code running dagster versions 1.8.2 and 1.8.3 . You can fix it by either upgrading your code to 1.8.4 in your setup.py or requirements.txt, or downgrading your code to 1.8.1.

Replies: 1 comment

Comment options

gibsondan
Sep 3, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by gibsondan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: bug Something isn't working area: partitions Related to Partitions
1 participant