Serdes v2: Fix flaky e2e test (#26934)
It could generate Dimensions which depend on their own parent Fields, which causes the Fields to have circular deps and fail to load. This prevents Fields from allowing dependencies on themselves.
Please register or sign in to comment