Views are not showing.
Some scrapers show different views in their output. In my case I don't see these view tabs. I made a view called "Overview" and expected an "All fields" tab to appear when running my own actor, as the dataset contains more fields than that. Even when adding multiple views, those tabs don't appear. Any idea why that would be?
This is what my dataset_schema.json looks like:


2 Replies
Hi, do you have the
.actor/dataset_schema.json correctly referenced in the .actor/actor.json?
For example
I found the issue. I also had an output schema:
"output": "./output_schema.json". When removing that, the views show up.