chore: Remove deprecated GCP simulation API code #3102
+80
−681
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3101
Summary
Removes deprecated GCP-related simulation API code following the migration of simulation workloads to Modal and the sunset of GCP infrastructure.
Changes
Deleted Files
policyengine_api/libs/simulation_api.py- Old GCP Workflows clientpolicyengine_api/libs/simulation_api_factory.py- Factory pattern for switching between GCP/Modal.github/request-simulation-model-versions.sh- GCP Workflows execution script referencing defunct projecttests/unit/libs/test_simulation_api_factory.py- Factory unit teststests/fixtures/libs/simulation_api_factory.py- Factory test fixturesModified Files
policyengine_api/services/economy_service.py- Now importssimulation_api_modaldirectly instead of using factorypolicyengine_api/libs/simulation_api_modal.py- Updated docstrings to remove GCP referencespolicyengine_api/constants.py- Removed GCP execution status constants (kept Modal-only)setup.py- Removedgoogle-cloud-workflowsdependencytests/fixtures/services/economy_service.py- Already Modal-only, no changes neededTest plan
🤖 Generated with Claude Code