If I have a endpoint /employees which accepts a pa...
# singer-tap-development
k
If I have a endpoint /employees which accepts a parameter department and I have these list of departments coming in either from meltano config file or as a env variable(all departments as comma separated), how would I make the tap to get all departments mentioned in the config file and use them in employees stream?