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

Add connector status overview to entity details page #1535

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

Conversation

kiahna-tucker
Copy link
Member

@kiahna-tucker kiahna-tucker commented Mar 26, 2025

Issues

The issues directly below are completely resolved by this PR:
#1519

Changes

1519

The following features are included in this PR:

  • Add connector overview card to the Status section of the Logs tab on an entity details page.

  • Extend the control-plane /status endpoint interfaces to update/include those related to connector_status.

Tests

Manually tested

Approaches to testing are as follows:

  • Validate that the connector status overview card displays as expected when the control-plane /status endpoint returns a connector_status object.

  • Validate that the connector status overview card displays as expected when the control-plane /status endpoint returns a null connector_status.

Automated tests

N/A

Playwright tests ran locally

  • Admin
  • Captures
  • Collections
  • HomePage
  • Login
  • Materialization

Screenshots

No connector_status returned by control-plane /status endpoint

pr_screenshot-1535-connector_status_overview-no_response

A connector_status is returned by control-plane /status endpoint

pr_screenshot-1535-connector_status_overview-response

@kiahna-tucker kiahna-tucker added the change:planned This is a planned change label Mar 26, 2025
Copy link
Member Author

Choose a reason for hiding this comment

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

This logic is bound to change and, more or less, functions as a placeholder. According to Phil, a null connector_status could be indicative of one of three things:

  • A connector status has not come through yet.

  • The task is not working.

  • The ops catalog is not working.

Copy link
Member

Choose a reason for hiding this comment

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

Can you toss this into the code as a comment?

Copy link
Member Author

Choose a reason for hiding this comment

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

Will do.

@kiahna-tucker kiahna-tucker marked this pull request as ready for review March 26, 2025 18:55
@kiahna-tucker kiahna-tucker requested a review from a team as a code owner March 26, 2025 18:55
Copy link
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:planned This is a planned change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants