Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +98 to +99
Copy link

Copilot AI Mar 20, 2026

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).

Copilot uses AI. Check for mistakes.

## How to setup the Python Connector
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

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

Header uses "setup" as a verb; standard usage is "set up" (two words) for the action. Please adjust the heading to "How to set up the Python Connector" for correctness and consistency.

Suggested change
## How to setup the Python Connector
## How to set up the Python Connector

Copilot uses AI. Check for mistakes.
Python Connector needs to setup using hatch
Copy link

Copilot AI Mar 20, 2026

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 uses AI. Check for mistakes.
Copy link

Copilot AI Mar 20, 2026

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).

Suggested change
Python Connector needs to setup using hatch
The Python connector needs to be set up using Hatch.

Copilot uses AI. Check for mistakes.
Loading