Andy Carter
10/23/2023, 8:28 PMmeltano run tap target --full-refresh
• every other hour - meltano run tap target
Is there some dbt magic that can do the truncation bit? I can't use activate version
for various reasons, structure of my data on the tap side etc. ALso I don't believe tasks support flags like --full-refresh
right?visch
10/24/2023, 8:27 PMmeltano run dbt:drop_tables tap-name target-name
every other hour
meltano run tap-name target-name
should just do the trick for you, simple enough without complicating thingsAndy Carter
10/24/2023, 8:41 PM--full-refresh
at midnight run right? I've been using tasks up until now but looks like I need to specify some run commands instead