def create()

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


    def create(cls, config_dict: dict, ctx: PipelineContext):
        config = GleanSourceConfig.parse_obj(config_dict)
        return cls(config, ctx)