cube-js/cube

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

Aperta

#3908 aperta il 11 gen 2022

 (4 commenti) (0 reazioni) (0 assegnatari)Rust (1965 fork)batch import
help wanted

Metriche repository

Star
 (19.563 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor