Skip to content

feat: Support Actor schema storages with Alias mechanism#797

Draft
Pijukatel wants to merge 6 commits intomasterfrom
alias-storage-configuration-mapping
Draft

feat: Support Actor schema storages with Alias mechanism#797
Pijukatel wants to merge 6 commits intomasterfrom
alias-storage-configuration-mapping

Conversation

@Pijukatel
Copy link
Contributor

Description

  • Update Configuration to include actor_storages that is loaded from actor_storages_json env variable.
  • Update AliasResolver to be able to extend alias mapping from Configuration.
  • If the Actor is running on the Apify platform, it will use AliasResolver to extend alias mapping.

Issues

Testing

  • Added E2E test
  • Manual Actor test

Checklist

  • CI passed

@github-actions github-actions bot added this to the 134th sprint - Tooling team milestone Feb 17, 2026
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Feb 17, 2026
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

❌ Patch coverage is 48.48485% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.48%. Comparing base (252eb4e) to head (72c2f35).
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
...c/apify/storage_clients/_apify/_alias_resolving.py 23.52% 13 Missing ⚠️
src/apify/_configuration.py 71.42% 4 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (252eb4e) and HEAD (72c2f35). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (252eb4e) HEAD (72c2f35)
unit 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #797       +/-   ##
===========================================
- Coverage   85.46%   57.48%   -27.98%     
===========================================
  Files          46       46               
  Lines        2697     2724       +27     
===========================================
- Hits         2305     1566      -739     
- Misses        392     1158      +766     
Flag Coverage Δ
e2e 35.46% <33.33%> (+0.05%) ⬆️
integration 57.48% <48.48%> (+0.01%) ⬆️
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Pijukatel Pijukatel requested a review from vdusek February 17, 2026 09:01
@Pijukatel Pijukatel force-pushed the alias-storage-configuration-mapping branch from d9c7349 to 3b36459 Compare February 17, 2026 09:11
TODO - how should it behave locally?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt to Apify's "multiple storages" functionality

1 participant