You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When navigating to an asset group under a code location using the tree under the hamburger menu, we briefly see an error popup in red in the upper right:
Unexpected GraphQL error
Details:
Operation name: AssetGroupMetadataQuery
Message: Fragment 'SensorSwitchFragment' is never used.
Path:
Locations: [{"line":11,"column":1}]
What did you expect to happen?
No response
How to reproduce?
Navigating to any asset group using the tree under the hamburger icon in the upper left. URLs will look like this:
This doesn't happen in the global asset lineage, or in other asset graph views like the upstream/downstream with URLs like this: https://dagster/assets/...?view=lineage
Seems to be something specific to that code location navigation panel on the left.
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
Dagster version
1.6.1
What's the issue?
When navigating to an asset group under a code location using the tree under the hamburger menu, we briefly see an error popup in red in the upper right:
Unexpected GraphQL error
Details:
Operation name: AssetGroupMetadataQuery
Message: Fragment 'SensorSwitchFragment' is never used.
Path:
Locations: [{"line":11,"column":1}]
What did you expect to happen?
No response
How to reproduce?
Navigating to any asset group using the tree under the hamburger icon in the upper left. URLs will look like this:
https://dagster/locations/.../asset-groups/...
same for
https://dagster/locations/.../asset-groups/.../lineage
Deployment type
Local
Deployment details
running on Ubuntu with Python 3.10
Additional information
This doesn't happen in the global asset lineage, or in other asset graph views like the upstream/downstream with URLs like this:
https://dagster/assets/...?view=lineage
Seems to be something specific to that code location navigation panel on the left.
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: