def create()

in sync/datahub/legacy_source.py [0:0]


    def create(cls, config_dict, ctx):
        config = LegacySourceConfig.parse_obj(config_dict)
        return cls(config, ctx)