Hi Is there any plan to handle schema level change...
# feedback-and-requests
a
Hi Is there any plan to handle schema level changes in incremental - append mode?
Copy code
The current behavior of Incremental is not able to handle source schema changes yet, for example, when a column is added, renamed or deleted from an existing table etc. It is recommended to trigger a Full refresh - Overwrite to correctly replicate the data to the destination with the new schema changes.
Ref: https://docs.airbyte.io/understanding-airbyte/connections/incremental-append What is the workaround that you propose to identify changes in schemas ? Do we need to handle schema change detection logic out side of airbyte and then trigger full refresh?
u
@Liren Tu Can you share some info on this as well?