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

Draft: Master Clickhouse connector(do not review) #966

Closed
wants to merge 12 commits into from

Conversation

pankaj-peerdb
Copy link
Contributor

@pankaj-peerdb pankaj-peerdb commented Jan 3, 2024

This MR is for refrence not not for review

@pankaj-peerdb pankaj-peerdb changed the title Clickhouse connector Draft: Clickhouse connector Jan 3, 2024
@pankaj-peerdb pankaj-peerdb changed the title Draft: Clickhouse connector Draft: Master Clickhouse connector Jan 3, 2024
@pankaj-peerdb pankaj-peerdb changed the title Draft: Master Clickhouse connector Draft: Master Clickhouse connector(do not review) Jan 3, 2024
@serprex serprex marked this pull request as draft January 3, 2024 17:36
dsn := fmt.Sprintf("tcp://%s:%d?username=%s&password=%s", //&database=%s"
config.Host, config.Port, config.User, config.Password) //, config.Database

fmt.Println("connecting...", dsn)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

[Sensitive data returned by an access to Password](1) flows to a logging call.
@serprex serprex closed this Feb 20, 2024
@serprex serprex deleted the clickhouse-1 branch July 19, 2024 15:22
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