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

UKG - Added Code to fetch Astra Database Connection Details #293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pradeepiimt
Copy link

…ls from GSM

What this PR does: Added Code to fetch Astra Database Connection Details

Which issue(s) this PR fixes:
Fixes #

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.

@pradeepiimt - thank you for sending in a PR, much appreciated!

I don't understand what is the background for this change. Could you add

  • a detailed description,
  • sign the CLA,
  • provide additional details on what you're trying to achieve here
  • what is prohibited today if we don't have this capability,
  • what about Azure & AWS secret managers?
  • add unit tests for the functionality that you're attempting to add here

such that we can review it to see how it will be useful to CDM and can incorporate the changes?

@@ -278,17 +300,17 @@
<limit>
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.33</minimum>
<minimum>0.20</minimum>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add unit tests in order to meet the standard minimum as opposed to reducing this.

</limit>
<limit>
<counter>INSTRUCTION</counter>
<value>COVEREDRATIO</value>
<minimum>45%</minimum>
<minimum>35%</minimum>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

</limit>
<limit>
<counter>LINE</counter>
<value>MISSEDCOUNT</value>
<maximum>1400</maximum>
<maximum>1500</maximum>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@@ -25,16 +25,19 @@
#
#**********************************************************************************************************
#**********************************************************************************************************
spark.cdm.connect.gcp.secret.project.id
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not just add entries here, but we also need to add them to cdm-detailed.properties file too. Thinking about this change, I think, this can only go to the other file and not stay here.

@msmygit msmygit requested a review from mieslep August 28, 2024 11:08
@msmygit msmygit added enhancement New feature or request Needs Review This requires review by team members labels Aug 28, 2024
@pravinbhat
Copy link
Collaborator

Hi @pradeepiimt
Thanks for the contributions. Would be great if you can resolve the review comments mentioned by @msmygit, if you need our help for the same, please feel free to create a new PR to merge your changes to this branch & we will help with it.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs Review This requires review by team members
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants