Is there a way to, when running meltano, ignore the state of a single stream? I'm writing to the state manually, so I'm not sure that plugin extras can help me here.
joshuadevlin
04/11/2022, 2:04 AM
It's looking like the
--full-refresh
flag for a single stream will give me what I need.