How to delete old data, before transferring data. #4122
Unanswered
WeltonJerry
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can't you add a where filter to the sql transform? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Have the same question? Has a solution been found for it yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to transferring data to a MySql database. Maybe there is mistake in the data, so I want to rerun the transferring job after having fixed the issue. Before doing that, I should clear the old error data.
So my question is how to clear the old error data in my transferring job.
Beta Was this translation helpful? Give feedback.
All reactions