What is the best way to use the Meltano state to m...
# singer-tap-development
d
What is the best way to use the Meltano state to mutate a request made to the API (assuming that the timestamp is passed as a query parameter)? Use the
context
object to grab the state during execution and then override the
get_url_params
method?