Hi all! I have incurred into an unexpected error i...
# ask-community
a
Hi all! I have incurred into an unexpected error in Dagster 0.15.8, could you please help me with it?
Copy code
Operation name: SidebarAssetQuery

Message: 'compute_raw_features_2'

Path: ["assetNodeOrError","configField"]

Locations: [{"line":51,"column":3}]
It happens when I create two assets from the same graph "`compute_raw_features`" using the function
AssetsDefinition.from_graph
🤖 1
In one of the two, dagster automatically attaches a
_2
in the underlying graph and then something explodes on the graphql layer when I use the GUI
Also:
Copy code
Operation name: SidebarAssetQuery

Message: 'compute_raw_features_2'

Path: ["assetNodeOrError","op"]

Locations: [{"line":25,"column":3},{"line":113,"column":3}]
o
Hi @Alessandro Facchin, thanks for the report -- I filed an issue here: https://github.com/dagster-io/dagster/issues/9134, and we'll get this fixed for the next release. Does this error also occur in 0.15.7?
a
Hi @owen , thanks for creating the issue — I’ll give it a try tomorrow and feed back! 🙏🏻
@owen I have double checked and it happens also with the
0.15.7
o
thanks for confirming! I was able to replicate and a fix will go out in this week's release
🙇‍♂️ 1
🎉 1