databrickslabs / databrickslabs/ontos

[Feature]: Genie Spaces: Data Product detail — linked spaces section

Open
#116 0 comments 0 reactions 1 assignee View on GitHub

@mvkonchits-db is already working on this.

Since Mar 28, 2026.

type/feature
Dominant language
Python
Stars
212
Forks
71
Avg merge
4d 10h
Merged PRs (30d)
43

Description

Parent PRD

#108

What to build

Show linked Genie Spaces on the Data Product detail page, so producers can see downstream Genie usage of their products.

  • Backend: Use the existing GET /api/genie-spaces/?product_id=X filter (from slice #2) to fetch spaces linked to a product. No new endpoint needed.
  • Frontend: Add a new section/card on the data product detail page (data-product-details.tsx) showing linked Genie Spaces. Display: space name (clickable link to Genie Space detail), status badge, last activity date, "Open in Databricks" icon. Empty state: "No Genie Spaces created from this product."
  • Placement: Below output ports section or in a new tab, consistent with the page's existing layout pattern.

Acceptance criteria

  • Data product detail page shows a "Genie Spaces" section/card
  • Section lists all Genie Spaces whose product_ids include this product
  • Each entry shows name (linked), status badge, last activity
  • "Open in Databricks" icon link per space
  • Empty state displayed when no spaces exist
  • Section only visible to users with Genie Spaces READ permission
  • Section loads asynchronously (does not block product detail rendering)

Blocked by

  • Blocked by #110 (List + Get API with product_id filter)

User stories addressed

  • User story 10 (linked Genie Spaces on product detail)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.