Hi, Is there a way to access GlobalJobParameters registered as env.getConfig().setGlobalJobParameters(parameters);
from DynamicTableSourceFactory implementation? To be more specific from DynamicTableSourceFactory::createDynamicTableSource method. The Context parameter of createDynamicTableSource has access only to ReadableConfig object which does not have GlobalParameters. Cheers, Krzysztof Chmielewski