What's the best way to handle a child stream where...
# singer-tap-development
p
What's the best way to handle a child stream where the path needs to include a url param instead of a more traditional path segment? Could you do something like:
path = "/order-event-logs/?order={order_number}"
without messing with the
get_url_params()
override?