getdozer / dozer

Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.
https://getdozer.io
GNU Affero General Public License v3.0
1.47k stars 117 forks source link

fix: Don't filter oracle V$LOG by rba #2482

Closed chubei closed 3 months ago

chubei commented 3 months ago

This PR removes the filter on RBA columns, and optionally loads OPERATION_CODE filter from an env var called DOZER_ORACLE_LOG_MINER_OPERATION_CODE_FILTER.

Usage is like:

DOZER_ORACLE_LOG_MINER_OPERATION_CODE_FILTER='OPERATION_CODE in (1, 7)' cargo run