You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Storage tab of Actor run view is displaying all the dataset defined by Actor and datasets that were used by the run (up to some limit).
80
+
81
+
This makes the data accessible, but not very user-friendly. To make the datasets more accessible to users, use output schema.
82
+
83
+
### Output schema
84
+
77
85
Actors with output schema can refer to the datasets through variables using aliases:
78
86
79
87
```json
@@ -98,5 +106,3 @@ Actors with output schema can refer to the datasets through variables using alia
98
106
## Billing implications
99
107
100
108
The `apify-default-dataset-item` synthetic event is only charged for items in dataset aliased as `default`. Charging for items in other datasets needs to be implemented in the Actor code.
0 commit comments