Let's say I have an RDS database who's sole job is...
# infra-deployment
s
Let's say I have an RDS database who's sole job is to provide state management persistent state management for my ECS container which hosts meltano. Any idea how to reset the state of ONLY 1 TAP (with restarting the entire DB) ?
Does this do / not do what you want?
s
Hopefully. Now I need to learn enough from ECS to see if I can remotely connect to it
s
Worst comes to worst, I can always push my code with a state clear in my docker file
v
RDS database who's sole job is to provide state management persistent state management
and
Hopefully. Now I need to learn enough from ECS to see if I can remotely connect to it
== yes
That will just work
Probably worth spending some time understanding https://docs.meltano.com/contribute/prerequisites#system-database and how state is stored starting https://docs.meltano.com/reference/command-line-interface#state is a good start
I like to just store state a few times in a local DB (or even the included sql lite db) and stare at the state in the DB
s
I understand state management. I'm not sure I understand the system database portion. Do you think this is something I could ask for clarification during office hours?
v
yes, absolutely do it!