timeplus-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
1 stars 0 forks source link

Feature/activate insert by incremental key #5

Closed yokofly closed 4 days ago

yokofly commented 5 days ago

make ./sling run --update-key _tp_time --src-conn PROTON --src-stream 'new' --tgt-conn PROTON --tgt-object 'old' --mode incremental possible. previous it will try use streaming query to get some update key info, and stuck. we need historical / table query.

yokofly commented 4 days ago

thanks for review. okay