schemas ingested via repositoryFactory do not appear in the playground schemas tab
Open
help wanted
- Dominant language
- Rust
- Stars
- 20.8k
- Forks
- 2.1k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 181
Description
**Describe the bug**
When implementing a custom `repositoryFactory` (e.g. my [s3 implementation](https://gist.github.com/squidsoup/e1b72eee20bfe92484f7f4b98db518da)), 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
Contributor guide
Assessment
This issue has not been assessed yet.