cube-js/cube

schemas ingested via repositoryFactory do not appear in the playground schemas tab

Open

#3.908 aberto em 11 de jan. de 2022

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (1.965 forks)batch import
help wanted

Métricas do repositório

Stars
 (19.563 stars)
Métricas de merge de PR
 (Mesclagem média 5d 16h) (138 fundiu PRs em 30d)

Description

Describe the bug When implementing a custom repositoryFactory (e.g. my s3 implementation), files ingested by cubejs do not appear under the schemas tab in the playground, although measures and dimensions appear as expected.

To Reproduce Steps to reproduce the behavior:

  1. Implement a custom repositoryFactory in cube.js
  2. visit /#/schema in the playground
  3. note that files are not listed there

Expected behavior A list of files (e.g. files ingested via s3) appears in the list

Version: v0.28.57

Guia do colaborador