Closed Schumpeterx closed 5 months ago
Hi @Schumpeterx,
Thank you for trying out data-diff and for taking the time to open this issue. We made a hard decision to sunset the data-diff package and won't provide further development or support. Diffing functionality will continue to be available in Datafold Cloud. We have completely rewritten the diffing engine in the cloud over the past few months and have solved the fundamental issues with the original algorithm used in the data-diff package. Feel free to take it for a trial or contact us at support@datafold.com if you have any questions.
-Gleb
describe. For different database the where filer may different. Blow is an exmple:
In postgresql we use
date_trunc('month', cast(current_date as timestamptz)- interval '0 month')
to get the first day of month . While in mysql the sql should becast(date_add(curdate(),interval -day(curdate())+1 day)as datetime)
.Describe the solution you'd like Adding
source_where
andtarget_where
to the configuration file may be a good choice