Skip to content

Conversation

aaronsteers
Copy link
Contributor

Separate the runbook into sections for connectors that have been tested successfully and those that have not, providing clarity on the status of each connector.

Copy link

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This Branch via MCP

To test the changes in this specific branch with an MCP client like Claude Desktop, use the following configuration:

{
  "mcpServers": {
    "connector-builder-mcp-dev": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/airbytehq/connector-builder-mcp.git@aj/docs/split-evals-runbook", "connector-builder-mcp"]
    }
  }
}

Testing This Branch via CLI

You can test this version of the MCP Server using the following CLI snippet:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/connector-builder-mcp.git@aj/docs/split-evals-runbook#egg=airbyte-connector-builder-mcp' --help

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poe <command> - Runs any poe command in the uv virtual environment
  • /poe build-connector prompt="Star Wars API" - Run the connector builder using the Star Wars API.

📝 Edit this welcome message.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reorganizes the connector builder evaluation runbook to clearly separate tested, working connectors from untested ones. The documentation now provides better visibility into which connectors have been validated and includes helpful context for debugging problematic connectors.

  • Splits the runbook into "working" and "not yet tested" sections
  • Adds descriptive comments explaining known issues with problematic connectors
  • Improves command formatting and organization

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

github-actions bot commented Sep 25, 2025

PyTest Results (Fast)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 71407da. ± Comparison against base commit b03e56f.

♻️ This comment has been updated with latest results.

@aaronsteers aaronsteers marked this pull request as ready for review September 26, 2025 01:49
@aaronsteers aaronsteers merged commit 7e978ad into main Sep 26, 2025
20 of 22 checks passed
@aaronsteers aaronsteers deleted the aj/docs/split-evals-runbook branch September 26, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant