Is there a “canonical” way to handle the situation...
# singer-tap-development
s
Is there a “canonical” way to handle the situation @stephen_lloyd brings up here: https://meltano.slack.com/archives/C01PKLU5D1R/p1618198759035800 i have ported a couple taps over now and have implemented the
response_result_key
approach i describe here. would be happy to submit a pr if we think that would be good. Maybe the more flexible way would be something like
response_path = 'teams'
or
response_path = 'data.teams'
to parse a json structure.