-
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
UKG - Added Code to fetch Astra Database Connection Details #293
base: main
Are you sure you want to change the base?
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.
@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> |
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.
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> |
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.
same as above
</limit> | ||
<limit> | ||
<counter>LINE</counter> | ||
<value>MISSEDCOUNT</value> | ||
<maximum>1400</maximum> | ||
<maximum>1500</maximum> |
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.
same as above
@@ -25,16 +25,19 @@ | |||
# | |||
#********************************************************************************************************** | |||
#********************************************************************************************************** | |||
spark.cdm.connect.gcp.secret.project.id |
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.
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.
Hi @pradeepiimt |
…ls from GSM
What this PR does: Added Code to fetch Astra Database Connection Details
Which issue(s) this PR fixes:
Fixes #
Checklist: