-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
This is a feature that should complement the unnamed non-default storages:
- Apify passes a JSON object with additional storage IDs to the Actor via environment -
ACTOR_STORAGE_IDS- we should add this to theConfigurationclass. It is an object with three properties -datasets,keyValueStoresandrequestQueues. Each of these properties contains aname -> IDdictionary. - We should extend the
AliasResolverclass to utilize this so thatDataset.open(alias="additional-dataset")just works (™️). If an unknown alias is requested, we can either fall back to the current logic (create it, put an ID into the default KV-store) or shout at the user.
See https://apify.slack.com/archives/C07ED56TA1K/p1770217755895989
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.