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

JDBC connectors integrated to use Glue Connection properties #1859

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

Conversation

akuzin1
Copy link
Contributor

@akuzin1 akuzin1 commented Mar 22, 2024

Description of changes:
Added functionality to JDBC connectors where properties default_connection_string and secret_name can be used to supplement connection properties. Aligns with Glue Connection property implementation.

Example object:

"AthenaProperties": {
  "driverProperties": {
    "default_connection_string": "jdbc:mysql://mysql-test-cluster.com:3306/test",
    "secret_name": "test-secret" // (Optional) default: ""
  },
  "connectorProperties": {
    "spill_bucket": "athena-spill-bucket",
    "spill_prefix": "athena-spill-prefix",
    "disable_spill_encryption": "true", // (Optional) default: false
    "kms_key_id": "some-kms-key-id" // (Optional) default ""
    "spill_put_request_headers": "{\"x-amz-server-side-encryption\" : \"AES256\"}" // Optional
  }
}

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…onfig map (default_connection_string and secret_name)
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.

None yet

1 participant