You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can not give TRUNCATE permissions to a user to a specific table. You have to grant them on all tables and schemas and you can not use sink.disable.truncate=false on other modes, complete etc.
That way we can first run replicadb to DELETE the table and then do a COMPLETE or INCREMENTAL insert.
The text was updated successfully, but these errors were encountered:
Can we have a
mode
option toDELETE
table data alogn withwhere
clause etc.?For example
We can not give
TRUNCATE
permissions to a user to a specific table. You have to grant them on all tables and schemas and you can not usesink.disable.truncate=false
on other modes,complete
etc.That way we can first run replicadb to
DELETE
the table and then do aCOMPLETE
orINCREMENTAL
insert.The text was updated successfully, but these errors were encountered: