gorgeous-winter-99296
02/04/2024, 10:44 PMUnionRule
declarations in place. What did I miss?gorgeous-winter-99296
02/04/2024, 10:53 PM23:49:30.57 [INFO] stdout: "FrozenOrderedSet([<class 'pants_backend_k8s.util.kubeconfig.FileKubeconfigRequest'>, <class 'pants_backend_k8s.util.kubeconfig.HostKubeconfigRequest'>])"
gorgeous-winter-99296
02/04/2024, 11:19 PMcareful-address-89803
02/05/2024, 12:00 AMGet(KubeconfigResponse, OtherKubeconfigRequest)
and it fails, it sounds like it's a problem with that rule. a couple low-confidence suggestions from silly things I've done today:
• are you gathering the rule that provides that
• are you registering that in the register.py
• is the arg for that rule typed with the subclass and not the Union parentgorgeous-winter-99296
02/05/2024, 2:23 PMGet
for targets, but accidentally used Get(Targets, Dependencies
instead of Get(Targets, DependenciesRequest
... 😞 Fun thing is, that was in other rule of the union, not the one in the error message.