<@U06A03HV1> <@U6ZRNH0TC> what’s wrong with this? ...
# development
a
@witty-crayon-22786 @aloof-angle-91616 what’s wrong with this?
Copy code
scheduler.execution_request([HydratedField], [sources_field, GlobMatchErrorBehavior(GlobMatchErrorBehavior.ERROR)])
? I was originally told:
No installed rules can satisfy Select(HydratedField) for a root subject of type SourcesField.
so I registered
RootRule(SourcesField)
and
RootRule(GlobMatchErrorBehavior)
and now I get
No installed rules can satisfy Select(HydratedField) for a root subject of type GlobMatchErrorBehavior.