In a strange corner case where the glideinwms factory is up but does not have any glidefactoryglobal
classads in it, the factory_global data block returns a None data type instead of an empty data frame,
causing the source to go offline. (The framework doesn't detect this correctly either, will add an issue on that
side too)
An exception should be thrown in this case, as a blank data frame won't help anything, the transforms
that depend on this data block won't be able to do anything without at least some factoryglobals.
To be clear this should only be thrown if none of the factories in the list return any factoryglobals.
As long as there is at least one factory global from one factory you can do something.