hello team,
I'm getting used to connectors from googlesheet -> postgres and working just fine for most cases. I'm generally very happy with the syncs but i wonder why the 'full refresh' is implemented by dropping and recreating the tables instead of truncating. I am trying to maintain views on top of the airbyte tables (not using dbt because the view don't change) but they keep getting dropped. Can someone help me understand if i'm configuring this wrong or point me to some documentation?
thanks!