-
Notifications
You must be signed in to change notification settings - Fork 141
jprakash db/test gh #758
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
jprakash db/test gh #758
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -93,3 +93,10 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) | |||||
| ## License | ||||||
|
|
||||||
| [Apache License 2.0](LICENSE) | ||||||
|
|
||||||
|
|
||||||
| ## Testing new lines | ||||||
| Added a new line describing the efforts | ||||||
|
|
||||||
| ## How to setup the Python Connector | ||||||
|
||||||
| ## How to setup the Python Connector | |
| ## How to set up the Python Connector |
Copilot
AI
Mar 20, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line says the connector needs to be set up using Hatch, but the repository’s pyproject.toml is configured for Poetry (no Hatch configuration present). Either update the docs to reflect Poetry-based setup, or add the missing Hatch configuration/instructions if Hatch is intended going forward.
Copilot
AI
Mar 20, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar/formatting: "needs to setup using hatch" should be "needs to be set up using Hatch" (and remove the double space).
| Python Connector needs to setup using hatch | |
| The Python connector needs to be set up using Hatch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new section title "Testing new lines" and the sentence below it read like placeholder text and don’t communicate actionable testing guidance. Consider removing this section or replacing it with actual test instructions (e.g., how to run the existing pytest suite).