Skip to main content

Community

Ability to do truncate + reload

Please sign in to leave a comment.

Comments

1 comment

    Trying to manage a "dirty" destination table in Fivetran is an absolute nightmare.   I have destination tables that only contain a few thousand records, but where some of these were created before the source system hard-deleted them.   I managed to get Claude to create a hacky way in which I can get the custom connector to implement soft deletes (by saving all PKs from previous run in state table) but it would be SO much easier if I could reset and resync the destination table.   To use my soft delete approach I have to manually prime a connector python file with id's that I've identified off-system.   This is a ridiculous situation from a premier ELT tool.   This is doubly frustrating because every time I set up a new connection in FiveTran I have to give it permissions I don't want it to have (like schema ownership ability to drop schemas, and create schema privileges) and yet it seems unwilling to actually use the permissions it demands.