Skip to content
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

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

pravinbhat
Copy link
Collaborator

@pravinbhat pravinbhat commented Sep 11, 2024

What this PR does: Support custom identifier for the current run passes as a param.

Which issue(s) this PR fixes:
Fixes #299

Checklist:

  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

Copy link
Collaborator

@msmygit msmygit left a 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.

RELEASE.md Outdated Show resolved Hide resolved
@@ -22,10 +22,6 @@ object GuardrailCheck extends BasePartitionJob {

protected def execute(): Unit = {
if (!parts.isEmpty()) {
originConnection.withSessionDo(originSession =>
Copy link
Collaborator

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.

src/resources/cdm-detailed.properties Outdated Show resolved Hide resolved
@msmygit msmygit enabled auto-merge (squash) September 12, 2024 13:10
RELEASE.md Outdated Show resolved Hide resolved
@pravinbhat pravinbhat disabled auto-merge September 12, 2024 14:35
@pravinbhat pravinbhat merged commit e6f3811 into main Sep 12, 2024
9 checks passed
@pravinbhat pravinbhat deleted the issue/299-support-custom-run_id branch September 12, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CDM tool should support to run_id values as a configuration parameters
2 participants