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

[receiver/sqlquery] Added MS SQL Server example #36366

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

heidmotron
Copy link
Contributor

Description

Adds Microsoft SQL Server datasource example to the readme

@heidmotron heidmotron requested review from dmitryax, crobert-1 and a team as code owners November 14, 2024 02:52
Copy link

linux-foundation-easycla bot commented Nov 14, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: heidmotron / name: Matthew Heidemann (e5f57d6)
  • ✅ login: mwear / name: Matthew Wear (2c44451)

@github-actions github-actions bot added the receiver/sqlquery SQL query receiver label Nov 14, 2024
@heidmotron heidmotron changed the title Added MS SQL Server example [receiver/sqlquery] Added MS SQL Server example Nov 14, 2024
@mwear mwear added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 14, 2024
@heidmotron
Copy link
Contributor Author

@mwear - did you have the ability to merge this?

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 27, 2024
@mwear mwear removed the Stale label Dec 30, 2024
`sqlserver://username:password@host/instance?param1=value&param2=value`

Or in key=value; pair format:
`server=localhost;port=1433;param1=value;`
Copy link
Member

@crobert-1 crobert-1 Jan 6, 2025

Choose a reason for hiding this comment

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

It looks like the official options and format of the connection string for this driver are coming from here. I think it would be useful to also include a link here for users to reference in the future for a more complete list of options and functionality.

Edit: For reference, this is where the SQL Server driver is being imported and then used.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
receiver/sqlquery SQL query receiver Skip Changelog PRs that do not require a CHANGELOG.md entry Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants