fred_reimer
10/12/2021, 1:21 PMfred_reimer
10/12/2021, 1:32 PMvisch
10/12/2021, 1:47 PMfred_reimer
10/12/2021, 1:51 PMvisch
10/12/2021, 1:53 PM--full-refresh https://meltano.com/docs/command-line-interface.html#how-to-use-4 into your ELT job
2. Are you talking about Taps, Targets, or Meltano itself?
3. Do I just delete the .meltano directory in the project? You certainly can, but it depends. You really don't need to delete .meltano almost ever. There's a local Database Meltano uses, is that what you're talking about? Or are you talking about your tap/target the connects to Postgres?
4. To reinstall everything just run meltano install it'll recreate the stuff you need in .meltano No need to do it yourself
5. For targets it depends on the loader. Some create the schema for you in the target some of them do not. I know target-postgres transfer wise varient does not create it for you. It'd be a good feature add (for all I know it could be a config option on the target)
6. Going to skip this for now as we should focus on #1 - #5fred_reimer
10/12/2021, 4:57 PMvisch
10/12/2021, 5:23 PMTarget doesn't do anything with State. The target takes the state message from the tap, and re-emits the state message the tap gave it after it syncs all data up to the point the tap gave it state or at least that's the idea behind state.
Hopefully that helps?fred_reimer
10/12/2021, 5:37 PM