Hello, I have an issue with the state/bookmark of my tap: it is in the stdout when invoking my tap, but it seems it's not being saved in the meltano.db.
I've also tried dumping the state after a successfully running my tap, but it comes back empty.
The repo of the tap is here :
https://github.com/we-invest-real-estate/tap-whise.git
The only thing I can think of so far is the fact that in my ___init___.py, i'm getting the state through state = args.state. Maybe not the way it should be done...
Can you guide me?