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

support extra parameters for mysql connection #2668

Merged
merged 2 commits into from
Dec 24, 2019

Conversation

xaniasd
Copy link
Contributor

@xaniasd xaniasd commented Nov 27, 2019

allow flexible configuration of the client connection for mysql, by providing an extra object in the JSON configuration. For instance:

{
 "DBConfig": {
  "DriverName": "mysql",
  "DBName": "test",
  "ExtraParams": { "tls": "true"}
  }
}

This could replace the GroupConcatMaxLen parameter defined now as well.


This change is Reviewable

@xaniasd
Copy link
Contributor Author

xaniasd commented Nov 27, 2019

/assign @jingzhang36

@IronPan
Copy link
Member

IronPan commented Dec 5, 2019

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved and removed lgtm labels Dec 5, 2019
@IronPan
Copy link
Member

IronPan commented Dec 7, 2019

/test kubeflow-pipeline-sample-test

@IronPan
Copy link
Member

IronPan commented Dec 7, 2019

/lgtm

@xaniasd
Copy link
Contributor Author

xaniasd commented Dec 10, 2019

/retest

@xaniasd
Copy link
Contributor Author

xaniasd commented Dec 11, 2019

@IronPan can we merge this one please? I'm tired of resolving merge conflicts 😄

@jingzhang36
Copy link
Contributor

/lgtm

@jingzhang36
Copy link
Contributor

/test kubeflow-pipeline-sample-test

1 similar comment
@jingzhang36
Copy link
Contributor

/test kubeflow-pipeline-sample-test

@k8s-ci-robot k8s-ci-robot merged commit d945bf3 into kubeflow:master Dec 24, 2019
Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
* support extra parameters for mysql connection

* added missing const
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants