TresAmigosSD / SMV

Spark Modularized View
Apache License 2.0
42 stars 22 forks source link

get_providers_by_prefix should return a dict instead of a list #1563

Closed ninjapapa closed 5 years ago

ninjapapa commented 5 years ago

Current get_providers_by_prefix method returns a list of classes, should return a dict with pfqn as the key and provider class as the value.