https://dagster.io/ logo
#ask-community
Title
# ask-community
p

Philippe Laflamme

01/16/2023, 3:35 PM
👋 Hi, I just hit a “GraphQL error” when accessing the “Backfills” page. Here are the details:
Copy code
Operation name: InstanceBackfillsQuery

Message: 'NoneType' object has no attribute 'deserialize_subset'

Path: ["partitionBackfillsOrError","results",4,"numPartitions"]

Locations: [{"line":7,"column":9},{"line":62,"column":3}]
This is using dagster
1.1.10
. I can provide more details. Should I open a GH issue?
1
c

chris

01/17/2023, 8:51 PM
hello! Please open an issue yes, this looks unexpected
p

Philippe Laflamme

01/17/2023, 9:52 PM
Alright, I’ll do that next time. This has gone away, presumably it was caused by some bad state when running locally.
yay 1
s

sandy

01/18/2023, 11:44 PM
we observed this elsewhere as well. I just filed this issue to track: https://github.com/dagster-io/dagster/issues/11787
d

Daniel Gafni

01/20/2023, 2:10 PM
This error happens for me when simply visiting the backfills page
s

sandy

01/20/2023, 5:55 PM
A fix for this is landing in Dagster's next release
d

Daniel Gafni

01/20/2023, 5:56 PM
Great, thanks!