cube-js/cube

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

Open

#3,908 创建于 2022年1月11日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Rust (1,965 fork)batch import
help wanted

仓库指标

Star
 (19,563 star)
PR 合并指标
 (平均合并 5天 16小时) (30 天内合并 138 个 PR)

描述

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

贡献者指南