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

read oracle user and password from configs #1

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

Conversation

lukmanulhakkeem
Copy link
Owner

@lukmanulhakkeem lukmanulhakkeem commented May 31, 2024

Description

Currently we are passing username and password in the connection URL in oracle. But it is better to use the existing basejdbc configs for username and password. This PR is to make changes to use username and password configs for oracle.

Motivation and Context

Impact

Test Plan

Contributor checklist

  • Please make sure your submission complies with our development, formatting, commit message, and attribution guidelines.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • If release notes are required, they follow the release notes guidelines.
  • Adequate tests were added if applicable.
  • CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* ... :pr:`12345`
* ... :pr:`12345`

Hive Connector Changes
* ... :pr:`12345`
* ... :pr:`12345`

If release note is NOT required, use:

== NO RELEASE NOTE ==

@@ -48,7 +49,12 @@ public void configure(Binder binder)
public static ConnectionFactory connectionFactory(BaseJdbcConfig config, OracleConfig oracleConfig)
throws SQLException
{
requireNonNull(config, "BaseJdbc config is null");

Choose a reason for hiding this comment

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

Since this is a new check that is added, was there any scenario earlier where base config would have been null?

lukmanulhakkeem pushed a commit that referenced this pull request Sep 6, 2024
Edited query.yaml and created cluster.yaml

edited the cluster.yml

created queuestatement.yaml

Add detailed OpenAPI schema for BasicQueryInfo and other updates

Update queued_statement.yaml

Updated query.yaml and added _full_spec.yaml

Split and add missing components (#1)

Also:
- re-adds full_spec.yaml to gitignore,
- Adds execution to generate a single openAPI JSON. The output is a
  single JSON that can be used with the swagger editor.
Copy link

github-actions bot commented Sep 6, 2024

Codenotify: Notifying subscribers in CODENOTIFY files for diff 5de5f6b...c6a0351.

No notifications.

Signed-off-by: lukmanulhakkeem <lukmanul.hakkeem.a@ibm.com>
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.

2 participants