[Feature Request] Support failOnDataLoss
property for Delta source schema tracking
#3254
Open
1 of 8 tasks
Labels
Feature request
Which Delta project/connector is this regarding?
Overview
We currently support schemaTrackingLocation (doc) that allows Delta streaming source to track additive and non-additive schema changes during streaming from a Delta table.
However, if
failOnDataLoss
reader option is used and there's a gap in the data log (e.g. due to log out of retention period),schemaTrackingLocation
usage will be blocked.There maybe better mechanisms to tackle this scenario, such as introducing an option to reinitialize the schema tracking log with the next available schema at that time.
Motivation
This allows the
schemaTrackingLocation
option be used withfailOnDataLoss
.Further details
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?
The text was updated successfully, but these errors were encountered: