Delete by Embulk #5
|
Hello, we can insert or update the records in target by using respective modes. If we want to delete selected records from the target, is there any way I can do by tweaking the config. file to achieve that e.g. if I expose set of records I want to delete in the target rather than insert/update? |
Answered by
hiroyuki-sato
May 4, 2023
Replies: 2 comments 4 replies
|
Hello, @sureshkmr761 What plugin are you using? delete target where update_at < last_update_time |
4 replies
|
We see no response for a year. Let me close this discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
embulk-output-redshift Configuration
You can't use multiple
after_loadkeys. Maybe, It works concat SQL statements with the;sign.