-
Notifications
You must be signed in to change notification settings - Fork 214
feat: implement filter in cdc and incremental #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
c9dc5d3
feat: implement filter in cdc
vikaxsh b3195f8
feat: add log for flatten record count
vikaxsh 9cdb42a
fix: github workflows
vikaxsh 06be111
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 7be9043
fix: lint issue
vikaxsh 485cf52
fix: lint issue
vikaxsh 4bc38e9
feat: filter only for cdc and backfill
vikaxsh adb97a5
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 1dab2d1
fix: integration test for incremental
vikaxsh 69dee47
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 4d681ac
feat: add filter in full load for specific drivers
vikaxsh ab0848f
feat: add unit test for filter
vikaxsh d12ec1b
fix: add mongo integration test
vikaxsh b163ac6
fix: skip filtring of delete records
vikaxsh 855eae0
fix: add mysql, postgres, oracle integration test
vikaxsh 4ec7731
fix: integration test
vikaxsh 4a974c4
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 94f9d89
fix: integration test
vikaxsh 0f1f35c
fix: integration test for oracle
vikaxsh 7da5ccb
fix: integration test for oracle
vikaxsh cfacf76
fix: integration test for oracle
vikaxsh 57514bc
chore: cleanup
vikaxsh 6d7ed0b
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 5af80db
fix: lint issue
vikaxsh 91ba0f2
Merge branch 'staging' into feat/filter-in-cdc&incremental
vaibhav-datazip ea4939e
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 52e3ff0
chore: resolve review comments
vikaxsh 98da6ab
chore: improve comments
vikaxsh a8e88d3
fix: oracle integration test
vikaxsh 3c497bd
Merge branch 'staging' into feat/filter-in-cdc&incremental
vikaxsh df4cf0f
Merge branch 'staging' into feat/filter-in-cdc&incremental
vaibhav-datazip 4a3cba1
Merge branch 'staging' into feat/filter-in-cdc&incremental
vishalm0509 6e200d2
chore: add unit test for GetFilter
vikaxsh 26d8311
Merge branch 'feat/filter-in-cdc&incremental' of https://github.com/d…
vikaxsh 680b680
fix: db2 integration test
vikaxsh cab6da9
Merge branch 'staging' into feat/filter-in-cdc&incremental
vikaxsh dd771cf
Merge branch 'staging' into feat/filter-in-cdc&incremental
vishalm0509 db5da83
Merge branch 'staging' into feat/filter-in-cdc&incremental
vishalm0509 fb6e239
chore: add test for delete op in record
vikaxsh af45b34
chore: add apply filter bool
vikaxsh a550bef
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 8c9c426
fix: merge staging
vikaxsh 675c390
fix: rm debug log
vikaxsh 6d84188
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 496e61e
feat: added an todo
vikaxsh fe91a6e
feat: maintain backward compatablity
vikaxsh bf7ff02
chore: move filter in typeutils pkg
vikaxsh 909b773
chore: keep legacy filter code in mongo backfill
vikaxsh 8d5b92d
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 498c136
fix: unit test for filter
vikaxsh 2cc51da
fix: add filter value parsing in filter
vikaxsh db18902
fix: add filter unit tests again
vikaxsh 8b16aa0
fix: lint issue
vikaxsh da7cb54
chore: change name to filter config
vikaxsh f84574f
fix: monog backfill filter
vikaxsh c9d1eb3
fix: mongo incr itegration test
vikaxsh d6b39cf
chore: clear destination in change of filter
vikaxsh bae5499
fix: unit test
vikaxsh ca51f9d
fix: delete integration test
vikaxsh fe3795b
fix: delete integration test for parquet
vikaxsh 53992f4
fix: delete integration test for parquet
vikaxsh 2ff69f8
Merge branch 'staging' into feat/filter-in-cdc&incremental
vaibhav-datazip 88e764a
Merge branch 'staging' into feat/filter-in-cdc&incremental
vikaxsh 0db60b1
fix: reject invalid timestamp filter values instead of silently using…
vikaxsh fc6b34b
Merge branch 'feat/filter-in-cdc&incremental' of https://github.com/d…
vikaxsh 5b9391d
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 1e4ac95
chore: merge staging
vikaxsh 4c6926d
fix; integration test
vikaxsh 0c59ec9
fix: add db2 integration test
vikaxsh a885bb3
Merge branch 'staging' of https://github.com/datazip-inc/olake into f…
vikaxsh 5ca6f0b
fix: disable new filter in case of normalization false
vikaxsh 4b9ccbf
chore: add filter condition validation
vikaxsh c3813b5
Merge branch 'staging' into feat/filter-in-cdc&incremental
vikaxsh bcf630d
fix: remove race condition
vikaxsh b724818
Merge branch 'feat/filter-in-cdc&incremental' of https://github.com/d…
vikaxsh 905e042
Merge branch 'staging' into feat/filter-in-cdc&incremental
shubham19may 107a1c8
Merge branch 'staging' into feat/filter-in-cdc&incremental
hash-data File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.