Possibly a simple thing I've overlooked regarding ...
# singer-tap-development
m
Possibly a simple thing I've overlooked regarding
records_jsonpath = "$[*]"
I've set it to
records_jsonpath = "$.user_statuses[*]"
, which is where the records I'm after are available in an array, but it seems that prevents me accessing the API metadata necessary for incremental updates etc