To trigger a full resync for a connection, you can go to the connection panel in the Airbyte UI and click on the
Sync Now button. This will initiate a new sync for the connection based on its configured replication mode. However, if you want to trigger a full resync for a specific table, you might need to create a new connection with the desired table and set the replication mode to "Full Refresh" (either "Full Refresh - Overwrite" or "Full Refresh - Append"). You can find more information about these replication modes in the following links: - [Full Refresh - Overwrite](
https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite) - [Full Refresh - Append](
https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) Keep in mind that if you're using the "Full Refresh - Append" mode, every sync will create duplicates of already existing data. If you want to overwrite the data in the destination table, use the "Full Refresh - Overwrite" mode. Please note that triggering a full resync for a specific table without creating a new connection is not directly supported in the current version of Airbyte.