-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implemented support for custom runId
#305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGT 👍🏼 I've left some trivial suggestions which you can directly accept/commit suggestion.
src/main/java/com/datastax/cdm/cql/statement/TargetUpsertRunDetailsStatement.java
Outdated
Show resolved
Hide resolved
src/main/java/com/datastax/cdm/cql/statement/TargetUpsertRunDetailsStatement.java
Outdated
Show resolved
Hide resolved
@@ -22,10 +22,6 @@ object GuardrailCheck extends BasePartitionJob { | |||
|
|||
protected def execute(): Unit = { | |||
if (!parts.isEmpty()) { | |||
originConnection.withSessionDo(originSession => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewers assist: This was incorrectly added earlier to the tracking feature, its never tracked & hence removed it; only job types that are tracked are Migrate & DiffData.
What this PR does: Support custom identifier for the current run passes as a param.
Which issue(s) this PR fixes:
Fixes #299
Checklist: